struct DefaultKeyResolution
cangjie
public struct DefaultKeyResolution功能:表示默认密钥解析结果。
成员概览
| 成员 | 功能 |
|---|---|
| init(?IKey, ?IKey) | 创建默认密钥解析结果。 |
init(?IKey, ?IKey)
cangjie
public DefaultKeyResolution(public let defaultKey: ?IKey, public let fallbackKey: ?IKey)功能:创建默认密钥解析结果。
参数: