Table of Contents

Interface ICodeSnippetDeclaration

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.v9.dll

Represents properties and methods describing literals and objects that make up the parts of a code snippet that you can edit.

public interface ICodeSnippetDeclaration : ICodeCompletionProviderItem, IComparable

Properties

Literals

When implemented by a class, defines the literals of the code snippet that you can edit.

Objects

When implemented by a class, defines the objects of the code snippet that you can edit.