Class IntegerHolder
Class to hold an integer value passed by reference.
Inheritance
System.Object
IntegerHolder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class IntegerHolder
Constructors
IntegerHolder()
Initializes a new instance of the IntegerHolder class.
Declaration
public IntegerHolder()
IntegerHolder(Int32)
Initializes a new instance of the IntegerHolder class.
Declaration
public IntegerHolder(int value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | value | The value. |
Properties
Value
Gets or sets the value.
Declaration
public int Value { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |