Interface ILazyMember<T>
-
- Type Parameters:
T- the generic type
public interface ILazyMember<T>
The Interface ILazyMember.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TcreateInstance()Creates the instance.
-
-
-
Method Detail
-
createInstance
T createInstance()
Creates the instance.- Returns:
- the t
-
-