Click or drag to resize
KeywordsGlossaryEntry Structure
A glossary entry consisting of a main form, definition, and other inflected forms.

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

The KeywordsGlossaryEntry type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDefinition
Gets the definition.
Public propertyMainForm
Gets the main form.
Top
Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current KeywordsGlossaryEntry.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(KeywordsGlossaryEntry)
Determines whether the specified KeywordsGlossaryEntry is equal to the current KeywordsGlossaryEntry.
Public methodGetHashCode
Serves as a hash function for a KeywordsGlossaryEntry object.
(Overrides ValueTypeGetHashCode.)
Public methodGetOtherForms(ListKeywordsGlossaryInflectedForm)
Gets the other forms.
Public methodGetOtherForms(ListKeywordsGlossaryInflectedForm) Obsolete.
Public methodGetSerializedPropertiesHash
Gets a hash value that is based on the values of the serialized properties of this instance.
Top
See Also