Click or drag to resize
KeywordsGlossaryInflectedForm Structure
An inflected form for a word.

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

The KeywordsGlossaryInflectedForm type exposes the following members.

Constructors
  NameDescription
Public methodKeywordsGlossaryInflectedForm
Initializes a new instance of the KeywordsGlossaryInflectedForm struct.
Top
Properties
  NameDescription
Public propertyPartOfSpeech
Gets the part of speech.
Public propertyWord
Gets the word.
Top
Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current KeywordsGlossaryInflectedForm.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(KeywordsGlossaryInflectedForm)
Determines whether the specified KeywordsGlossaryInflectedForm is equal to the current KeywordsGlossaryInflectedForm.
Public methodGetHashCode
Serves as a hash function for a KeywordsGlossaryInflectedForm 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