contentMatchCollection Methods |
[This is preliminary documentation and is subject to change.]
The contentMatchCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(String, UTP) | (Inherited from aceConcurrentDictionarycontentMatch.) | |
| Add(Enum, Match) | ||
| Add(Regex, Enum) |
Izvršava Regex i na osnovu rezultata upisuje contentMatch item u kolekciju i prepravlja content
| |
| Add(String, Regex, Enum, String) |
Upisuje u sebe rezultate i vraca verziju ulaznog stringa u kojoj su presvrljana sva pojavljivanja pogodaka
| |
| AddOrUpdate(TKey, FuncTKey, TValue, FuncTKey, TValue, TValue) | Uses the specified functions to add a key/value pair to the ConcurrentDictionaryTKey, TValue if the key does not already exist, or to update a key/value pair in the ConcurrentDictionaryTKey, TValue if the key already exists. (Inherited from ConcurrentDictionaryString, contentMatch.) | |
| AddOrUpdate(TKey, TValue, FuncTKey, TValue, TValue) | Adds a key/value pair to the ConcurrentDictionaryTKey, TValue if the key does not already exist, or updates a key/value pair in the ConcurrentDictionaryTKey, TValue by using the specified function if the key already exists. (Inherited from ConcurrentDictionaryString, contentMatch.) | |
| allocated |
Vraca sve contentMatch instance koje se nalaze od indexa do kraja lengtha
| |
| Clear | Removes all keys and values from the ConcurrentDictionaryTKey, TValue. (Inherited from ConcurrentDictionaryString, contentMatch.) | |
| ContainsKey | Determines whether the ConcurrentDictionaryTKey, TValue contains the specified key. (Inherited from ConcurrentDictionaryString, contentMatch.) | |
| 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 ConcurrentDictionaryTKey, TValue. (Inherited from ConcurrentDictionaryString, contentMatch.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetOrAdd(TKey, FuncTKey, TValue) | Adds a key/value pair to the ConcurrentDictionaryTKey, TValue by using the specified function, if the key does not already exist. (Inherited from ConcurrentDictionaryString, contentMatch.) | |
| GetOrAdd(TKey, TValue) | Adds a key/value pair to the ConcurrentDictionaryTKey, TValue if the key does not already exist. (Inherited from ConcurrentDictionaryString, contentMatch.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| isAllocated(Match) |
Da li je za dati Regex Match vec sve rezervisano
| |
| isAllocated(Int32, Int32) | ||
| lastAlocatedCharIndex | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToArray | Copies the key and value pairs stored in the ConcurrentDictionaryTKey, TValue to a new array. (Inherited from ConcurrentDictionaryString, contentMatch.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryAdd | Attempts to add the specified key and value to the ConcurrentDictionaryTKey, TValue. (Inherited from ConcurrentDictionaryString, contentMatch.) | |
| TryGetValue | Attempts to get the value associated with the specified key from the ConcurrentDictionaryTKey, TValue. (Inherited from ConcurrentDictionaryString, contentMatch.) | |
| TryRemove | Attempts to remove and return the value that has the specified key from the ConcurrentDictionaryTKey, TValue. (Inherited from ConcurrentDictionaryString, contentMatch.) | |
| TryUpdate | Compares the existing value for the specified key with a specified value, and if they are equal, updates the key with a third value. (Inherited from ConcurrentDictionaryString, contentMatch.) |