AsmResolver.BaseRelocationEntry.BaseRelocationEntry C# (CSharp) Метод

BaseRelocationEntry() публичный Метод

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