C# Class OpenCover.Framework.Communication.MSG_SequencePoint

Show file Open project: OpenCover/opencover Class Usage Examples

Public Properties

Property Type Description
offset int
uniqueId uint

Property Details

offset public property

The original IL offset of where the sequence pont should be placed
public int offset
return int

uniqueId public property

The identifier of the sequence point
public uint uniqueId
return uint