C# Class BibtexLibrary.Tokens.AbstractToken

Datei anzeigen Open project: MaikelH/BibtexLibrary Class Usage Examples

Protected Properties

Property Type Description
Value string

Public Methods

Method Description
AbstractToken ( String value ) : System
AbstractToken ( String value, int position ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetValue ( ) : String

Protected Methods

Method Description
Equals ( AbstractToken other ) : bool

Method Details

AbstractToken() public method

public AbstractToken ( String value ) : System
value String
return System

AbstractToken() public method

public AbstractToken ( String value, int position ) : System
value String
position int
return System

Equals() protected method

protected Equals ( AbstractToken other ) : bool
other AbstractToken
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetValue() public method

public GetValue ( ) : String
return String

Property Details

Value protected_oe property

protected string Value
return string