C# Class CSharpGL.TypeHelper

Show file Open project: bitzhuwei/CSharpGL

Public Methods

Method Description
CreateInstance ( this type ) : object

Create an instance of specified type.

Method Details

CreateInstance() public static method

Create an instance of specified type.
public static CreateInstance ( this type ) : object
type this
return object