C# Class Pokemon3D.Common.ScriptPipeline.TypeContract

Ensures type contracts for script calls.
Mostra file Open project: nilllzz/Pokemon3D

Public Methods

Method Description
Ensure ( object objects, Type typeContract, int optionalCount ) : bool

Ensures a type contract with a single typed argument.

Method Details

Ensure() public static method

Ensures a type contract with a single typed argument.
public static Ensure ( object objects, Type typeContract, int optionalCount ) : bool
objects object
typeContract System.Type
optionalCount int
return bool