Object that implements the streaming context that all converters which expect a streaming context expect the streaming context to be a type of.
More...
Object that implements the streaming context that all converters which expect a streaming context expect the streaming context to be a type of.
Forge.Utilities.GeneralStreamingContext.GeneralStreamingContext |
( |
params IContextObject[] |
initialObjects | ) |
|
void Forge.Utilities.GeneralStreamingContext.Create< T > |
( |
| ) |
|
Sets the context object of type T to an instance of new T().
- Type Constraints
-
T | : | IContextObject | |
T | : | new() | |
T Forge.Utilities.GeneralStreamingContext.Get< T > |
( |
| ) |
|
Returns the context object associated with the type T.
void Forge.Utilities.GeneralStreamingContext.Remove< T > |
( |
| ) |
|
Removes the context object associated with type T.
void Forge.Utilities.GeneralStreamingContext.Set< T > |
( |
T |
instance | ) |
|
Sets the context object of type T with the given value.
The documentation for this class was generated from the following file:
- Forge.Utilities/GeneralStreamingContext.cs