dnSpy.Contracts.Hex.HexBufferLineFormatterFactoryService.Create C# (CSharp) Method

Create() public abstract method

Creates a new HexBufferLineFormatter instance
public abstract Create ( HexBuffer buffer, HexBufferLineFormatterOptions options ) : HexBufferLineFormatter
buffer HexBuffer Buffer
options HexBufferLineFormatterOptions Options
return HexBufferLineFormatter
		public abstract HexBufferLineFormatter Create(HexBuffer buffer, HexBufferLineFormatterOptions options);
	}
HexBufferLineFormatterFactoryService