[]
Initializes a new instance of the ResourceInfo struct with the specified name and type.
public ResourceInfo(string name, ResourceType type)
Type | Name | Description |
---|---|---|
string | name | A string value indicating the name of the resource. |
ResourceType | type | A ResourceType value indicating the type of the resource. |
Initializes a new instance of the ResourceInfo struct with the specified name.
[Obsolete("This constructor is obsolete.", true)]
public ResourceInfo(string name)
Type | Name | Description |
---|---|---|
string | name | A string value indicating the name of the resource. |
This constructor is obsolete.