RuleAnalysis.GetSymbols 方法

定义

返回实例中的 RuleAnalysis 符号列表。

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)

返回

实例的 RuleAnalysis 符号列表。

适用于