C# Class IKVM.Reflection.PointerType

Inheritance: ElementHolderType
Show file Open project: samskivert/ikvm-monotouch

Public Methods

Method Description
Equals ( object o ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
GetSuffix ( ) : string
Wrap ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type

Private Methods

Method Description
Make ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type
PointerType ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetSuffix() protected method

protected GetSuffix ( ) : string
return string

Wrap() protected method

protected Wrap ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type
type Type
requiredCustomModifiers Type
optionalCustomModifiers Type
return Type