Struct MetaOptional<T>
Assembly: LeagueToolkit.dll
public struct MetaOptional<T>
Type Parameters
Constructors
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public MetaOptional(T value)
Parameters
Type |
Name |
Description |
T |
value |
|
|
Improve this Doc
View Source
Declaration
public MetaOptional(T value, bool isSome)
Parameters
Type |
Name |
Description |
T |
value |
|
System.Boolean |
isSome |
|
Properties
|
Improve this Doc
View Source
Declaration
public bool IsSome { readonly get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public T Value { get; set; }
Property Value
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator T(MetaOptional<T> optional)
Parameters
Returns