Interface IInitialize<T>
An object which must be initialized with some value after construction.
public interface IInitialize<T>
Type Parameters
T
- The type of value this must be initialized with.
Methods
- Initialize(T)
- Initializes this instance.