EveCache.SInt.SInt C# (CSharp) Method

SInt() public method

public SInt ( int value )
value int
		public SInt(int value) : base(EStreamCode.EInteger)
		{
			Value = value;
		}
		#endregion Constructors