Exemplo n.º 1
0
        internal static FieldCollectionImpl FromToken(JToken token)
        {
            var instance = new FieldCollectionImpl(token);

            return(instance);
        }
Exemplo n.º 2
0
 private IFieldCollection CreateFieldCollection()
 {
     return(FieldCollectionImpl.FromToken(JsonValue["fields"].Value <JObject>()));
 }