Click or drag to resize

textMapT Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "T:imbNLP.PartOfSpeech.map.textMap`1"]

Inheritance Hierarchy
SystemObject
  imbNLP.PartOfSpeech.maptextMapBase
    imbNLP.PartOfSpeech.maptextMapT

Namespace:  imbNLP.PartOfSpeech.map
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public class textMap<T> : textMapBase
where T : class

Type Parameters

T

The textMapT type exposes the following members.

Constructors
  NameDescription
Public methodtextMapT
Initializes a new instance of the textMapT class
Top
Properties
  NameDescription
Protected propertyitems
Gets or sets the items.
Public propertyrender
Gets or sets the render.
Protected propertystack
Top
Methods
  NameDescription
Public methodAdd
Adds the specified item.
Public methodAddClose
Adds the close.
Public methodAddOpen
Adds the open.
Public methodAddPlainRender
Simply adds at the end of rendering the specified content
Protected methodAddRender
Adds the render.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodGetCleanRender
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSelect(MatchCollection)
Selects mapped items with the specified matches.
Public methodSelect(Int32, Int32)
Selects the specified position.
Public methodSelectContainer
Selects the container.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also