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

BindMetadataClassDescriptor() защищенный Метод

protected BindMetadataClassDescriptor ( SimplTypesScope metadataTScope ) : MetadataClassDescriptor
metadataTScope Simpl.Serialization.SimplTypesScope
Результат Ecologylab.BigSemantics.MetadataNS.MetadataClassDescriptor
        protected internal override MetadataClassDescriptor BindMetadataClassDescriptor(SimplTypesScope metadataTScope)
        {
            MetaMetadataCompositeField childComposite = GetChildComposite();
            if (childComposite != null)
            return childComposite.BindMetadataClassDescriptor(metadataTScope);
            return null;
        }