RuleAnalysis.GetSymbols Method

Definition

Returns the list of symbols from the RuleAnalysis instance.

public:
 System::Collections::Generic::ICollection<System::String ^> ^ GetSymbols();
public System.Collections.Generic.ICollection<string> GetSymbols ();
member this.GetSymbols : unit -> System.Collections.Generic.ICollection<string>
Public Function GetSymbols () As ICollection(Of String)

Returns

The list of symbols for the RuleAnalysis instance.

Applies to