dnSpy.Contracts.Hex.HexBuffer.GetSpanInfo C# (CSharp) Method

GetSpanInfo() public abstract method

Gets information about a position in the buffer. The returned info isn't normalized, there may be consecutive spans with the same flags. It's the responsibility of the caller to merge such spans.
public abstract GetSpanInfo ( HexPosition position ) : HexSpanInfo
position HexPosition Position
return HexSpanInfo
		public abstract HexSpanInfo GetSpanInfo(HexPosition position);