System.Xml.Serialization.Configuration.SchemaImporterExtensionElement.TypeAndName.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int
            public override int GetHashCode()
            {
                return type.GetHashCode();
            }
SchemaImporterExtensionElement.TypeAndName