For internal use only. Not for customer use.
Constructor for GwxDynamicListBase.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public GwxDynamicListBase( IList listImplementation ) |
Visual Basic |
---|
Public Sub New ( _ listImplementation As IList _ ) |
JScript |
---|
public function GwxDynamicListBase( listImplementation : IList ) |
Parameters
- listImplementation
- Type: System.Collections..::..IList
Implementation of IList that this instance wraps.