C# Class System.Xml.Serialization.Configuration.SchemaImporterExtensionElement.TypeAndName

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
name string
type System.Type

Méthodes publiques

Méthode Description
Equals ( object comparand ) : bool
GetHashCode ( ) : int
TypeAndName ( Type type ) : System
TypeAndName ( string name ) : System

Method Details

Equals() public méthode

public Equals ( object comparand ) : bool
comparand object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

TypeAndName() public méthode

public TypeAndName ( Type type ) : System
type System.Type
Résultat System

TypeAndName() public méthode

public TypeAndName ( string name ) : System
name string
Résultat System

Property Details

name public_oe property

public string name
Résultat string

type public_oe property

public Type,System type
Résultat System.Type