C# 클래스 System.Xml.Xsl.XsltOld.TemplateBaseAction

상속: ContainerAction
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
variableCount int

공개 메소드들

메소드 설명
AllocateVariableSlot ( ) : int
ReleaseVariableSlots ( int n ) : void

메소드 상세

AllocateVariableSlot() 공개 메소드

public AllocateVariableSlot ( ) : int
리턴 int

ReleaseVariableSlots() 공개 메소드

public ReleaseVariableSlots ( int n ) : void
n int
리턴 void

프로퍼티 상세

variableCount 보호되어 있는 프로퍼티

protected int variableCount
리턴 int