DimensionMapQueryResult Class |
[Missing <summary> documentation for "T:imbNLP.Data.textMap.DimensionMapQueryResult"]
Namespace: imbNLP.Data.textMap
public class DimensionMapQueryResult : ConcurrentBag<DimensionMapQueryResultEntry>
The DimensionMapQueryResult type exposes the following members.
| Name | Description | |
|---|---|---|
| DimensionMapQueryResult | Initializes a new instance of the DimensionMapQueryResult class |
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the ConcurrentBagT. (Inherited from ConcurrentBagDimensionMapQueryResultEntry.) | |
| IsEmpty | Gets a value that indicates whether the ConcurrentBagT is empty. (Inherited from ConcurrentBagDimensionMapQueryResultEntry.) | |
| originMap | ||
| takeMode |
| Name | Description | |
|---|---|---|
| Add | Adds an object to the ConcurrentBagT. (Inherited from ConcurrentBagDimensionMapQueryResultEntry.) | |
| CopyTo | Copies the ConcurrentBagT elements to an existing one-dimensional Array, starting at the specified array index. (Inherited from ConcurrentBagDimensionMapQueryResultEntry.) | |
| 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 | Returns an enumerator that iterates through the ConcurrentBagT. (Inherited from ConcurrentBagDimensionMapQueryResultEntry.) | |
| 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.) | |
| ToArray | Copies the ConcurrentBagT elements to a new array. (Inherited from ConcurrentBagDimensionMapQueryResultEntry.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryPeek | Attempts to return an object from the ConcurrentBagT without removing it. (Inherited from ConcurrentBagDimensionMapQueryResultEntry.) | |
| TryTake | Attempts to remove and return an object from the ConcurrentBagT. (Inherited from ConcurrentBagDimensionMapQueryResultEntry.) |