The Meta type exposes the following members.

Constructors

  NameDescription
Public methodMeta(Int32, String)
Constructs a Meta.
Public methodMeta(String, String)
Constructs a Meta.

Methods

  NameDescription
Public methodAppend
appends some text to this Meta.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetType(String)
Returns the name of the meta information.
Public methodIsContent
Public methodIsNestable
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcess
Processes the element by adding it (or the different parts) to a IElementListener.
Public methodToString (Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyChunks
Gets all the chunks in this element.
Public propertyContent
Returns the content of the meta information.
Public propertyName
Returns the name of the meta information.
Public propertyType
Gets the type of the text element.

See Also