C# Class System.Data.XSDSchema.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.Data.Common

Method Details

CompareTo() public method

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

NameType() public method

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

Property Details

name public_oe property

public string name
return string

type public_oe property

public Type type
return Type