Skip to content

enum ServiceKeyLookupMode

cangjie
public enum ServiceKeyLookupMode {
    Explicit(String)
    Inherit
}

功能:表示 FromKeyedServices 使用的服务键查找方式。