Table of Contents

Class CodeSnippetReference

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

Contains information about assembly references for the code snippet.

public class CodeSnippetReference : CodeCompletionProviderItem, ICodeSnippetReference, ICodeCompletionProviderItem, IComparable
Inheritance
CodeSnippetReference
Implements

Constructors

CodeSnippetReference()

Initializes a new instance of the CodeSnippetReference class with default settings.

Properties

Assembly

Contains the name of the assembly referenced by the code snippet.

SerializationInfo

Gets or sets an xml representation of this CodeSnippetReference object.

Url

Contains a URL that provides more information about the referenced assembly.

Methods

CompareTo(object)

Compares this instance to a specified object and returns an indication of their relative values.

OnAssemblyChanged()
OnUrlChanged()