SYMLINEDELTA Structure
Provides information to the symbol handler about methods that were moved as a result of edits.
Syntax
typedef struct _SYMLINEDELTA
{
mdMethodDef mdMethod;
INT32 delta;
} SYMLINEDELTA;
Members
Member | Description |
---|---|
mdMethod |
The method's metadata token. |
delta |
The number of lines the method was moved. |
Requirements
Header: CorSym.idl
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.