Closed halildurmus closed 1 year ago
IReference
nullable
IReference<int?>
IReference<int>
IReference<T>
abstract
_IReferenceBool
IReference<bool?>
None
Description
IReference
type arguments asnullable
(e.g.IReference<int?>
instead ofIReference<int>
)IReference<T>
class toabstract
classIReference
's supported type arguments (e.g._IReferenceBool
class forIReference<bool?>
types)Related Issue
None
Type of Change