[]
Identifies a typed property in a PropertyBag.
public class PropertyBagKey<T1, T2>
T1The public type of this property.
T2The marshaling type of this property.
Initializes a new instance of the PropertyBagKey<T1, T2> class.
public PropertyBagKey(string name)
name stringThe name.
Gets the name.
public string Name { get; }