[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Storage.PropertyBagKey-2

Class PropertyBagKey<T1, T2>

Namespace
GrapeCity.Documents.DX.Storage
Assembly
GcDocs.DX.Windows.dll

Identifies a typed property in a PropertyBag.

public class PropertyBagKey<T1, T2>

Type Parameters

T1

The public type of this property.

T2

The marshaling type of this property.

Inheritance
object
PropertyBagKey<T1, T2>
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

PropertyBagKey(string)

Initializes a new instance of the PropertyBagKey<T1, T2> class.

public PropertyBagKey(string name)

Parameters

name string

The name.

Properties

Name

Gets the name.

public string Name { get; }

Property Value

string