In This Article

CodeSnippetObjectDeclaration Class

Represents a code snippet object declaration.

public class CodeSnippetObjectDeclaration : CodeSnippetDeclarationBase, ICodeSnippetObjectDeclaration, ICodeSnippetDeclaration
Inheritance:
object CodeSnippetDeclarationBase object
Implements:
ICodeSnippetObjectDeclaration ICodeSnippetDeclaration

Constructors

CodeSnippetObjectDeclaration()

Initializes an instance of the class.

public CodeSnippetObjectDeclaration()

Properties

Type

Gets or sets the type of the declaration.

public string Type { get; set; }

Property Value

string:

The type of the declaration.

Inherited Members