System.Runtime.InteropServices.FieldOffsetAttribute.FieldOffsetAttribute C# (CSharp) Method

FieldOffsetAttribute() public method

public FieldOffsetAttribute ( int offset ) : System
offset int
return System
        public FieldOffsetAttribute(int offset)
        {
            _val = offset;
        }
        public int Value { get {return _val;} }