'DeclarationPublic Function ReadBooleanArray( _ ByVal fieldName As String _ ) As BooleanCollection
'UsageDim instance As JsonDecoder Dim fieldName As String Dim value As BooleanCollection value = instance.ReadBooleanArray(fieldName)
public BooleanCollection ReadBooleanArray( string fieldName )
public: BooleanCollection^ ReadBooleanArray( String^ fieldName )
Parameters
- fieldName