Struct Key
Struct Key
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
表示指定类型类的属性键。
该类的实例用于获取或设置容器的属性。
public struct Key<t, k=""> where K : struct
类型参数
T
属性值的类型。
K
属性键的类型。
继承成员
object.GetType(),
object.ToString(),
object.Equals(object?),
object.Equals(object?, object?),
object.ReferenceEquals(object?, object?),
object.GetHashCode()
属性
KeyType
获取属性的键。
public K KeyType { get; }
属性值
K