Interface ISource<T>
A general purpose interface that contains (or resolves) a value of an instance of the given type.
Namespace: ExtendedXmlSerializer.Core.Sources
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface ISource<out T>
Type Parameters
T
The instance type. |
Methods
Get()
Retrieves the value within this container object.
Declaration
T Get()
Returns
T
The resulting instance. |