C# Class System.Xml.Xsl.XsltOld.TemplateBaseAction

Inheritance: ContainerAction
Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Property Type Description
variableCount int

Public Methods

Method Description
AllocateVariableSlot ( ) : int
ReleaseVariableSlots ( int n ) : void

Method Details

AllocateVariableSlot() public method

public AllocateVariableSlot ( ) : int
return int

ReleaseVariableSlots() public method

public ReleaseVariableSlots ( int n ) : void
n int
return void

Property Details

variableCount protected_oe property

protected int variableCount
return int