System.Runtime.Serialization.ReflectionXmlReader.GetCollectionContractItemName C# (CSharp) 메소드

GetCollectionContractItemName() 보호된 메소드

protected GetCollectionContractItemName ( CollectionDataContract collectionContract ) : string
collectionContract CollectionDataContract
리턴 string
        protected override string GetCollectionContractItemName(CollectionDataContract collectionContract)
        {
            return collectionContract.ItemName;
        }