C# Class Pokemon3D.Common.ScriptPipeline.TypeContract

Ensures type contracts for script calls.
Afficher le fichier Open project: nilllzz/Pokemon3D

Méthodes publiques

Méthode Description
Ensure ( object objects, Type typeContract, int optionalCount ) : bool

Ensures a type contract with a single typed argument.

Method Details

Ensure() public static méthode

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
Résultat bool