更改文件架构
This commit is contained in:
@@ -36,5 +36,10 @@ namespace BITKit
|
||||
Allow = false;
|
||||
value = default;
|
||||
}
|
||||
|
||||
public static implicit operator T(Optional<T> self)
|
||||
{
|
||||
return self.value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user