C# Class TUP.AsmResolver.NET.Specialized.TypeSpecification

Inheritance: TypeReference
ファイルを表示 Open project: Rex-Hays/GNIDA Class Usage Examples

Public Methods

Method Description
GetElementType ( ) : TypeReference
ToString ( ) : string
TransformWith ( IGenericContext context ) : MemberReference
TypeSpecification ( MetaDataRow row ) : System
TypeSpecification ( TypeReference typeRef ) : System

Method Details

GetElementType() public method

public GetElementType ( ) : TypeReference
return TypeReference

ToString() public method

public ToString ( ) : string
return string

TransformWith() public method

public TransformWith ( IGenericContext context ) : MemberReference
context IGenericContext
return MemberReference

TypeSpecification() public method

public TypeSpecification ( MetaDataRow row ) : System
row MetaDataRow
return System

TypeSpecification() public method

public TypeSpecification ( TypeReference typeRef ) : System
typeRef TypeReference
return System