[This is preliminary documentation and is subject to change.]
The SealedString Scope type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | SealedString Scope |
Create a Scope with InvariantCultureIgnoreCase comparer
|
![]() | SealedString Scope(StringComparer) |
Create a Scope with the specified comparer or InvariantCultureIgnoreCase comparer if the supplied one is null
|
Methods
Name | Description | |
---|---|---|
![]() | Contains |
Returns true if a unique string is in the scope
|
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Seal(String) |
Returns an existing SealedString instance for existing data or allocates a new one.
This method is thread-safe
|
![]() | Seal(String, Boolean ) |
Returns an existing SealedString instance for existing data or allocates a new one.
This method is thread-safe
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Properties
Name | Description | |
---|---|---|
![]() | Count |
Returns the number of unique strings in scope
|
![]() | Item |
Returns a SealedString for an existing key in scope or SealedString.Unassigned for a non-exisiting string
|
See Also