Click or drag to resize

ILGeneratorHacks Class

Reflecting the internal methods to access the more performant for defining the local variable
Inheritance Hierarchy
SystemObject
  SphinxConnector.FluentApi.HelpersILGeneratorHacks

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public static class ILGeneratorHacks

The ILGeneratorHacks type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetNextLocalVarIndex
Efficiently returns the next variable index, hopefully without unnecessary allocations.
Top
See Also