Ecologylab.BigSemantics.MetaMetadataNS.MetaMetadataCollectionField.GetChildMetaMetadata C# (CSharp) Метод

GetChildMetaMetadata() публичный Метод

get the nested fields inside of this one.
public GetChildMetaMetadata ( ) : MetaMetadataField>.DictionaryList
Результат MetaMetadataField>.DictionaryList
        public override DictionaryList<String, MetaMetadataField> GetChildMetaMetadata()
        {
            return (kids != null && kids.Count > 0) ? kids.ElementAt(0).GetChildMetaMetadata() : null;
        }