-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.ValueContainer
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
1 revision
Container for net primitive value type implementing IValueChange
namespace: Crow
ValueContainer
public class ValueContainer : IValueChange
⬜ | prototype | description |
---|---|---|
ValueContainer (T _val) |
__ |
⬜ | name | description |
---|---|---|
Value |
__ |
⬜ | prototype | description |
---|---|---|
bool Equals(T other) |
__ | |
bool Equals(object obj) |
__ | |
int GetHashCode() |
__ | |
implicit operator T(ValueContainer< T > v) |
__ | |
implicit operator ValueContainer< T >(T v) |
__ | |
string ToString() |
__ |
⬜ | name | description |
---|---|---|
ValueChanged |
__ |