Struct Key

Struct Key

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

Represents a property key of a class of the specified type. An instance of this class is used when getting or setting property of a container.

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

Type Parameters

T

The type of property value.

K

The type of property key.

Inherited Members

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

Properties

KeyType

Gets the key of the property.

public K KeyType { get; }

Property Value

K </t,>