Mono.ILASM.FieldDef.SetOffset C# (CSharp) Method

SetOffset() public method

public SetOffset ( uint val ) : void
val uint
return void
                public void SetOffset (uint val)
                {
                        offset_set = true;
                        offset = val;
                }