다음을 통해 공유


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)

반환

ICollection<String>

RuleAnalysis 인스턴스의 기호 목록입니다.

적용 대상