Package.Key Constructor
Include Protected Members
Include Inherited Members
Creates a new instance of the Package.Key class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Package.Key() | Creates a new instance of the Package.Key class. | |
Package.Key(Package.Key) | Creates a new instance of the Package.Key class from another Package.Key object. | |
Package.Key(String, String) | Initializes a new instance of the Package.Key class with the specified GUID and name. |
Top