Click or drag to resize
HyperTextProcessorKeywordCollectionClass Structure
A structure for storing a keyword collection and its associated class. It is used to create associations between keyword collections and styles specified in the style sheet.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public struct KeywordCollectionClass : IPropertyBackingFieldCompatible<HyperTextProcessorKeywordCollectionClass>, 
	IPropertyBackingFieldCompatible, ICloneable, IEquatable<HyperTextProcessorKeywordCollectionClass>

The HyperTextProcessorKeywordCollectionClass type exposes the following members.

Constructors
  NameDescription
Public methodHyperTextProcessorKeywordCollectionClass
Initializes a new instance of the HyperTextProcessorKeywordCollectionClass struct.
Top
Properties
  NameDescription
Public propertyClassName
Gets the name of the class.
Public propertyCollection
Gets the collection.
Top
Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current HyperTextProcessorKeywordCollectionClass.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(HyperTextProcessorKeywordCollectionClass)
Determines whether the specified HyperTextProcessorKeywordCollectionClass is equal to the current HyperTextProcessorKeywordCollectionClass.
Public methodGetHashCode
Serves as a hash function for a HyperTextProcessorKeywordCollectionClass object.
(Overrides ValueTypeGetHashCode.)
Public methodGetSerializedPropertiesHash
Gets a hash value that is based on the values of the serialized properties of this instance.
Top
See Also