ESRI.ArcGIS.ADF
m_array Field
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > ThreadSafeCollection Class : m_array Field




Synchronized array list used to hold collection objects

Syntax

Visual Basic (Declaration) 
Protected m_array As ArrayList
Visual Basic (Usage)Copy Code
Dim instance As ThreadSafeCollection
Dim value As ArrayList
 
value = instance.m_array
 
instance.m_array = value
C# 
protected ArrayList m_array

See Also

© 2010 All Rights Reserved.