C# Class Inazuma.Mono.Cecil.FunctionPointerType

Inheritance: TypeSpecification, IMethodSignature
Mostrar archivo Open project: mayuki/Inazuma

Public Methods

Method Description
FunctionPointerType ( ) : System
GetElementType ( ) : TypeReference
Resolve ( ) : TypeDefinition

Method Details

FunctionPointerType() public method

public FunctionPointerType ( ) : System
return System

GetElementType() public method

public GetElementType ( ) : TypeReference
return TypeReference

Resolve() public method

public Resolve ( ) : TypeDefinition
return TypeDefinition