Skip to content

Crow.ValueContainer

Jean-Philippe Bruyère edited this page Oct 26, 2021 · 1 revision

Container for net primitive value type implementing IValueChange

namespace: Crow

Inheritance Hierarchy

  • ValueContainer

Syntax

public class ValueContainer : IValueChange

Constructors

prototype description
ValueContainer (T _val) __

Properties

name description
Value __

Methods

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() __

Events

name description
ValueChanged __
Clone this wiki locally