C# Class IKVM.Reflection.ByRefType

Inheritance: ElementHolderType
Afficher le fichier Open project: samskivert/ikvm-monotouch

Méthodes publiques

Méthode Description
Equals ( object o ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
GetSuffix ( ) : string
Wrap ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type

Private Methods

Méthode Description
ByRefType ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : System
Make ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetSuffix() protected méthode

protected GetSuffix ( ) : string
Résultat string

Wrap() protected méthode

protected Wrap ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type
type Type
requiredCustomModifiers Type
optionalCustomModifiers Type
Résultat Type