C# 클래스 Pokemon3D.Common.ScriptPipeline.TypeContract

Ensures type contracts for script calls.
파일 보기 프로젝트 열기: nilllzz/Pokemon3D

공개 메소드들

메소드 설명
Ensure ( object objects, Type typeContract, int optionalCount ) : bool

Ensures a type contract with a single typed argument.

메소드 상세

Ensure() 공개 정적인 메소드

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
리턴 bool