ClassData.CodeSnippets Property

Definition

Gets the list of class data code snippets.

public:
 property System::Collections::Generic::IList<System::String ^> ^ CodeSnippets { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> CodeSnippets { get; }
member this.CodeSnippets : System.Collections.Generic.IList<string>
Public ReadOnly Property CodeSnippets As IList(Of String)

Property Value

The list of class data code snippets.

Applies to