C# Class PdbReader.IntTypePairs

Show file Open project: LibreCrops/cdef Class Usage Examples

Public Properties

Property Type Description
CHAR IntTypePair
INT IntTypePair
LONGLONG IntTypePair
SHORT IntTypePair

Public Methods

Method Description
SelectBySize ( int size ) : IntTypePair

Method Details

SelectBySize() public static method

public static SelectBySize ( int size ) : IntTypePair
size int
return IntTypePair

Property Details

CHAR public static property

public static IntTypePair,PdbReader CHAR
return IntTypePair

INT public static property

public static IntTypePair,PdbReader INT
return IntTypePair

LONGLONG public static property

public static IntTypePair,PdbReader LONGLONG
return IntTypePair

SHORT public static property

public static IntTypePair,PdbReader SHORT
return IntTypePair