CFXEnvelopeFromJsonList Method |
[This is preliminary documentation and is subject to change.]
Namespace:
CFX
Assembly:
CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntaxpublic static List<CFXEnvelope> FromJsonList(
string jsonData
)
Public Shared Function FromJsonList (
jsonData As String
) As List(Of CFXEnvelope)
Parameters
- jsonData
- Type: SystemString
Return Value
Type:
ListCFXEnvelope
See Also