Initializer

init(forKeyPath:)

Creates an expression that invokes the value function with a specified key path. ある式を作成します、それは値関数をある指定されたキーパスで発動します。

Declaration 宣言

init(forKeyPath keyPath: String)

Parameters パラメータ

keyPath

The key path that the new expression should evaluate. 新しい式が評価するべきキーパス。

Return Value 戻り値

A new expression that invokes value(forKeyPath:) with keyPath. ある新しい式、それはvalue(forKeyPath:)keyPathで発動します。

See Also 参照

Creating an Expression for a Value 式をある値に対して作成する