In This Article

ICodeSnippetObjectDeclaration Interface

Provides the base requirements for a code snippet object declaration.

public interface ICodeSnippetObjectDeclaration : ICodeSnippetDeclaration

Properties

Type

The type of the declaration.

string? Type { get; }

Property Value

string

Inherited Members

Extension Methods