Sign up for FlowVella
Sign up with FacebookAlready have an account? Sign in now
By registering you are agreeing to our
Terms of Service
Loading Flow
Value type: directly stores a value (bool, int, char, double, etc). Structs are value types.
Reference type: only stores a reference to an actual value (objects, string, interface, delegate and class). Classes are reference types.