C# Class kompiler.AttrType

Inheritance: Attribute
Show file Open project: jakl/hacks Class Usage Examples

Public Properties

Property Type Description
m_startIndex int

Public Methods

Method Description
AttrType ( int startIndex, int endIndex ) : System
ToString ( ) : string

Method Details

AttrType() public method

public AttrType ( int startIndex, int endIndex ) : System
startIndex int
endIndex int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

m_startIndex public property

public int m_startIndex
return int