Home
Library
Learn
Downloads
Support
Community
Sign in
|
United States - English
|
|
MSDN Library
.NET Development
.NET Framework 4
.NET Framework Class Library
System
Lazy(T) Class
Lazy(T) Properties
IsValueCreated Property
Value Property
Community Content
Add code samples and tips to enhance this topic.
More...
This topic has not yet been rated
-
Rate this topic
Lazy
<
T
>
Properties
.NET Framework 4
Other Versions
.NET Framework 4.5
Silverlight
The
Lazy
<
T
>
type exposes the following members.
Properties
Name
Description
IsValueCreated
Gets a value that indicates whether a value has been created for this
Lazy
<
T
>
instance.
Value
Gets the lazily initialized value of the current
Lazy
<
T
>
instance.
Top
See Also
Reference
Lazy
<
T
>
Class
System Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Content
Add
FAQ