System.Runtime.InteropServices.FieldOffsetAttribute.FieldOffsetAttribute C# (CSharp) Méthode

FieldOffsetAttribute() public méthode

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