C# 클래스 Axiom.Compiler.CodeObjectModel.PrologCodeMethodArgument

Represents a foreign imported method argument.
상속: PrologCodeTerm
파일 보기 프로젝트 열기: ahodroj/prologdotnet

공개 메소드들

메소드 설명
PrologCodeMethodArgument ( int _type, int _passing ) : System

Iniitalizes a new instance of the PrologCodeMethodArgument class.

메소드 상세

PrologCodeMethodArgument() 공개 메소드

Iniitalizes a new instance of the PrologCodeMethodArgument class.
public PrologCodeMethodArgument ( int _type, int _passing ) : System
_type int
_passing int
리턴 System