C# Class MorseCode.CsJs.Xml.Schema.XmlSchemaParser.TypeReference

Datei anzeigen Open project: jam40jeff/CsJs

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
TypeReference ( string @namespace, string name ) : System

Private Methods

Method Description
Equals ( TypeReference other ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

TypeReference() public method

public TypeReference ( string @namespace, string name ) : System
@namespace string
name string
return System