gramCaseSet Class |
[Missing <summary> documentation for "T:imbNLP.Data.semanticLexicon.posCase.gramCaseSet"]
Namespace: imbNLP.Data.semanticLexicon.posCase
[XmlIncludeAttribute(typeof(KeyValuePair<string, gramFlags>))] public class gramCaseSet : IEnumerable<KeyValuePair<string, gramFlags>>, IEnumerable
The gramCaseSet type exposes the following members.
| Name | Description | |
|---|---|---|
| gramCaseSet | Initializes a new instance of the gramCaseSet class |
| Name | Description | |
|---|---|---|
| Add(Object) | ||
| Add(String, gramFlags) |
Add gramFlags into the set, defined by the specified declaration. If the same declaration exists it is not added.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAll |
Creates inline string representation of the case set
| |
| GetEnumerator | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| getPosType | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetAll |
Reads the inline string representation and populates the content
| |
| ToString |
Returns a string that represents the set in inline format
(Overrides ObjectToString.) | |
| ToString(ILogBuilder, Boolean) |
Logs a multiline description of the gramCaseSet
|