In This Article

ICodeSnippetAssemblyReference Interface

Provides the base requirements for an assembly reference within a code snippet.

public interface ICodeSnippetAssemblyReference

Properties

Assembly

The name of the assembly to reference.

string? Assembly { get; }

Property Value

string

Url

The URL that provides more information about the referenced assembly.

string? Url { get; }

Property Value

string

Extension Methods