FindDeclResult Type
Represents the result of the GetDeclarationLocation operation.
Union cases
Union case |
Description
|
|
Indicates a declaration location was found
|
|
Indicates a declaration location was not found, with an additional reason
|
Full Usage:
ExternalDecl(assembly, externalSym)
Parameters:
string
externalSym : FindDeclExternalSymbol
|
Indicates an external declaration was found
|
Instance members
Instance member |
Description
|
Full Usage:
this.IsDeclFound
Returns: bool
|
|
Full Usage:
this.IsDeclNotFound
Returns: bool
|
|
Full Usage:
this.IsExternalDecl
Returns: bool
|
|