Namespace: Semata.Lazy
Class: LazyValue<T>
Creates the LazyValue.
public: ^ LazyValue(Func<T>^ initializer)
Parameters
Type | Name | Description |
Func<T>^ | initializer | A delegate that returns a value of type T |
Returns: MISSING PAGE
C++ C#
Namespace: Semata.Lazy
Class: LazyValue<T>
Creates the LazyValue.
public: ^ LazyValue(Func<T>^ initializer)
Parameters
Type | Name | Description |
Func<T>^ | initializer | A delegate that returns a value of type T |
Returns: MISSING PAGE