tokenGraphSet Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphSet"]
Namespace: imbNLP.PartOfSpeech.lexicUnit.tokenGraphs
public class tokenGraphSet : IDictionary<string, tokenGraph>, ICollection<KeyValuePair<string, tokenGraph>>, IEnumerable<KeyValuePair<string, tokenGraph>>, IEnumerable
The tokenGraphSet type exposes the following members.
| Name | Description | |
|---|---|---|
| tokenGraphSet | Initializes a new instance of the tokenGraphSet class |
| Name | Description | |
|---|---|---|
| Add(KeyValuePairString, tokenGraph) | ||
| Add(IEnumerableKeyValuePairString, String, tokenGraphNodeType) | ||
| Add(String, tokenGraph) | ||
| Clear | ||
| Contains | ||
| ContainsKey | ||
| CopyTo | ||
| 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.) | |
| GetEnumerator | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove(KeyValuePairString, tokenGraph) | ||
| Remove(String) | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetValue |
| Name | Description | |
|---|---|---|
| (tokenGraphSet to tokenGraph) |