C# Class MediaAppSample.Core.TypeUtility

TypeUtility tests types to see if they are primitive types.
Mostrar archivo Open project: Microsoft/TVHelpers

Public Methods

Method Description
IsPrimitive ( Type type ) : bool

Tests a type to see if its a primitive type.

Private Methods

Method Description
TypeUtility ( ) : System

Method Details

IsPrimitive() public static method

Tests a type to see if its a primitive type.
public static IsPrimitive ( Type type ) : bool
type System.Type Type to check if primitive.
return bool