Struct Key

Struct Key

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

지정된 유형의 클래스의 속성 키를 나타냅니다.
이 클래스의 인스턴스는 컨테이너의 속성을 가져오거나 설정할 때 사용됩니다.

public struct Key<t, k=""> where K : struct

Type Parameters

T

속성 값의 유형입니다.

K

속성 키의 유형입니다.

Inherited Members

object.GetType(),
object.ToString(),
object.Equals(object?),
object.Equals(object?, object?),
object.ReferenceEquals(object?, object?),
object.GetHashCode()

Properties

KeyType

속성의 키를 가져옵니다.

public K KeyType { get; }

Property Value

K

 한국어