ResourceSet(String, ResourceType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new collection of entity type values.
public:
ResourceSet(System::String ^ name, System::Data::Services::Providers::ResourceType ^ elementType);
public ResourceSet (string name, System.Data.Services.Providers.ResourceType elementType);
new System.Data.Services.Providers.ResourceSet : string * System.Data.Services.Providers.ResourceType -> System.Data.Services.Providers.ResourceSet
Public Sub New (name As String, elementType As ResourceType)
Parameters
- name
- String
The name of the set of items as string.
- elementType
- ResourceType
The ResourceType of the items in the set.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.