System.Xml.Serialization.Configuration.SchemaImporterExtensionElement.TypeAndName.GetHashCode C# (CSharp) Метод

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

public GetHashCode ( ) : int
Результат int
            public override int GetHashCode()
            {
                return type.GetHashCode();
            }
SchemaImporterExtensionElement.TypeAndName