C# Class IronRuby.Compiler.Generation.TypeDescription

TypeDescription captures the minimal information required by TypeDispenser to define a distinct CLS type
显示文件 Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
FeatureSetsMatch ( IList f1, IList f2 ) : bool
GetHashCode ( ) : int
TypeDescription ( Type baseType, IList features, bool noOverrides ) : System

Method Details

Equals() public method

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

FeatureSetsMatch() public static method

public static FeatureSetsMatch ( IList f1, IList f2 ) : bool
f1 IList
f2 IList
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

TypeDescription() public method

public TypeDescription ( Type baseType, IList features, bool noOverrides ) : System
baseType System.Type
features IList
noOverrides bool
return System