| ExtensionMethodsToList Method |
Convert query types
Namespace:
SanteDB.Rest.Common
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public static List<KeyValuePair<string, Object>> ToList(
this NameValueCollection nvc
)
<ExtensionAttribute>
Public Shared Function ToList (
nvc As NameValueCollection
) As List(Of KeyValuePair(Of String, Object))
public:
[ExtensionAttribute]
static List<KeyValuePair<String^, Object^>>^ ToList(
NameValueCollection^ nvc
)
[<ExtensionAttribute>]
static member ToList :
nvc : NameValueCollection -> List<KeyValuePair<string, Object>>
Parameters
- nvc
- Type: System.Collections.SpecializedNameValueCollection
[Missing <param name="nvc"/> documentation for "M:SanteDB.Rest.Common.ExtensionMethods.ToList(System.Collections.Specialized.NameValueCollection)"]
Return Value
Type:
ListKeyValuePairString,
Object[Missing <returns> documentation for "M:SanteDB.Rest.Common.ExtensionMethods.ToList(System.Collections.Specialized.NameValueCollection)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
NameValueCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also