AsmResolver.BaseRelocationEntry.BaseRelocationEntry C# (CSharp) Méthode

BaseRelocationEntry() public méthode

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