ResourceType.GetPrimitiveResourceType(Type) Method

Definition

Gets a resource type that represent a primitive type when given a Type object.

public:
 static System::Data::Services::Providers::ResourceType ^ GetPrimitiveResourceType(Type ^ type);
public static System.Data.Services.Providers.ResourceType GetPrimitiveResourceType (Type type);
static member GetPrimitiveResourceType : Type -> System.Data.Services.Providers.ResourceType
Public Shared Function GetPrimitiveResourceType (type As Type) As ResourceType

Parameters

type
Type

Type type from which to get the primitive type.

Returns

The resource type.

Applies to