C# Class System.Data.XDRSchema.NameType

Inheritance: IComparable
显示文件 Open project: dotnet/corefx

Public Properties

Property Type Description
name string
type Type

Public Methods

Method Description
CompareTo ( object obj ) : int
NameType ( string n, Type t ) : System.Xml

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

NameType() public method

public NameType ( string n, Type t ) : System.Xml
n string
t Type
return System.Xml

Property Details

name public_oe property

public string name
return string

type public_oe property

public Type type
return Type