ImmutableTreeSetTValue Methods |
The ImmutableTreeSetTValue generic type exposes the following members.
Methods
| Name | Description |
---|
 | Add | |
 | AddOrUpdate | |
 | Contains | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
  | Create(IEnumerableTValue) | |
  | Create(TValue, TValue) | |
 | 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 | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | GetHashCode | Serves as a hash function for a particular type. (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(IEnumerableTValue) | |
 | Remove(TValue) | |
 | ToString | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | TryAdd(TValue, ImmutableTreeSetTValue) | |
 | TryAdd(TKey, TValue, ImmutableAvlTreeBaseTKey, TValueNode, ImmutableAvlTreeBaseTKey, TValueAddOperation) | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | TryGet | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | TryRemove(TKey, ImmutableAvlTreeBaseTKey, TValueNode) | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | TryRemove(TValue, ImmutableTreeSetTValue) | |
Top
Extension Methods
See Also