Interface IWrapped<T>
Represents a wrapped object.
Inherited Members
Namespace: Solti.Utils.Primitives.Patterns
Assembly: Solti.Utils.Primitives.dll
Syntax
public interface IWrapped<T> : IDisposableEx
Type Parameters
Name | Description |
---|---|
T |
Remarks
Disposing this object will release the underlying object as well.
Properties
Value
The original object.
Declaration
T Value { get; }
Property Value
Type | Description |
---|---|
T |