termExploreItemCollection Class |
[Missing <summary> documentation for "T:imbNLP.Data.semanticLexicon.explore.termExploreItemCollection"]
Namespace: imbNLP.Data.semanticLexicon.explore
public class termExploreItemCollection : IList<termExploreItem>, ICollection<termExploreItem>, IEnumerable<termExploreItem>, IEnumerable
The termExploreItemCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| termExploreItemCollection | Initializes a new instance of the termExploreItemCollection class |
| Name | Description | |
|---|---|---|
| Count | ||
| IsReadOnly | ||
| ItemInt32 | ||
| ItemString | ||
| items |
| Name | Description | |
|---|---|---|
| Add(String) | ||
| Add(termExploreItem) | ||
| Add(String, String) |
Adds the specified instance form, or if already exists just adds gram declaration
| |
| Clear | ||
| Contains(String) | ||
| Contains(termExploreItem) | ||
| 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.) | |
| IndexOf | ||
| Insert | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove | ||
| RemoveAt | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |