Click or drag to resize

AbstractToken Class

Inheritance Hierarchy
SystemObject
  BibtexLibrary.TokensAbstractToken
    More...

Namespace:  BibtexLibrary.Tokens
Assembly:  BibtexLibrary.Standard (in BibtexLibrary.Standard.dll) Version: 1.4.4
Syntax
C#
public class AbstractToken

The AbstractToken type exposes the following members.

Constructors
  NameDescription
Public methodAbstractToken(String)
Initializes a new instance of the AbstractToken class
Public methodAbstractToken(String, Int32)
Initializes a new instance of the AbstractToken class
Top
Properties
  NameDescription
Public propertyPosition
Public propertyRawValue
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Protected methodEquals(AbstractToken)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldValue
Top
See Also
Inheritance Hierarchy