AsmResolver.BaseRelocationEntry.BaseRelocationEntry C# (CSharp) Method

BaseRelocationEntry() public method

public BaseRelocationEntry ( BaseRelocationType type, ushort offset )
type BaseRelocationType
offset ushort
        public BaseRelocationEntry(BaseRelocationType type, ushort offset)
        {
            Type = type;
            Offset = offset;
        }