C# Class IronRuby.Compiler.Generation.TypeDescription

TypeDescription captures the minimal information required by TypeDispenser to define a distinct CLS type
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

FeatureSetsMatch() public static méthode

public static FeatureSetsMatch ( IList f1, IList f2 ) : bool
f1 IList
f2 IList
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

TypeDescription() public méthode

public TypeDescription ( Type baseType, IList features, bool noOverrides ) : System
baseType System.Type
features IList
noOverrides bool
Résultat System