Toggle navigation
Faithlife.Utility
Reference
View Source Code
View License
Edit This Page
IOptional.Value property
Gets the value of the current IOptional value.
public
object
Value
{
get
;
}
Exceptions
exception
condition
InvalidOperationException
The HasValue property is false.
See Also
interface
IOptional
namespace
Faithlife.Utility