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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.