Ext2.Block.SetInt C# (CSharp) Method

SetInt() public method

public SetInt ( uint offset, int value ) : void
offset uint
value int
return void
		public void SetInt (uint offset, int value)
		{
			this.SetUInt (offset, (uint) value);
		}