Interface ICodeCompletionRequestor


public interface ICodeCompletionRequestor
Deprecated.
Use CompletionRequestor instead.
A completion requestor accepts results as they are computed and is aware of source positions to complete the various different results.

This interface may be implemented by clients.

See Also: