Constructor CompletionHint
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v10.dll
CompletionHint()
Initializes a new instance of the CompletionHint
class with default settings.
public CompletionHint()
CompletionHint(ICodeCompletionHint)
Initializes a new instance of the CompletionHint
class with specified owner.
public CompletionHint(ICodeCompletionHint owner)
Parameters
owner
ICodeCompletionHintSpecifies ICodeCompletionHint owning this new instance.