C# Class CSharpAnalytics.Protocols.Urchin.CustomVariables.CustomVariableSlots

Captures a set of custom variables in slots numbered 1-5 for a given scope.
Mostrar archivo Open project: TechSmith/CSharpAnalytics Class Usage Examples

Public Methods

Method Description
this ( int slot ) : ICustomVariable

Custom variables indexed by their slot number.

Method Details

this() public method

Custom variables indexed by their slot number.
public this ( int slot ) : ICustomVariable
slot int Slot number.
return ICustomVariable