NullableObjectExtensions extension
Provides an extension method for List that is nullable.
NullableなObject用の拡張メソッドを提供します。
Properties
-
isJsonEncodable
→ bool
-
If this object is Json encodable,
true
is returned.
no setter
Methods
-
def<T>(T defaultValue)
→ T
-
Returns
defaultValue
if an object of type T
is Null or not of type T
.