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 インスタンスのシンボルの一覧。

適用対象