C# Class Amazon.Util.TypeFactory

Show file Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
EmptyTypes ITypeInfo[]

Public Methods

Method Description
GetTypeInfo ( Type type ) : ITypeInfo

Method Details

GetTypeInfo() public static method

public static GetTypeInfo ( Type type ) : ITypeInfo
type System.Type
return ITypeInfo

Property Details

EmptyTypes public static property

public static ITypeInfo[] EmptyTypes
return ITypeInfo[]