Expression.FunctionTable.Keys 属性

定义

获取表示 StandardFunctions 键的字符串值的集合。

public System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Keys As ICollection(Of String)

属性值

字符串值的列表。

实现

适用于