Click or drag to resize

Collection Class

X#
Inheritance Hierarchy
Object
  Empty
    Abstract
      Collection

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 CLASS Collection INHERIT Abstract,  IMPLEMENTS IEnumerable
Request Example View Source

The Collection type exposes the following members.

Constructors
  NameDescription
Public methodCollection
Initializes a new instance of the Collection class
Top
Properties
  NameDescription
Public propertyBaseClass (Inherited from Abstract.)
Public propertyClass (Inherited from Abstract.)
Public propertyClassLibrary (Inherited from Abstract.)
Public propertyComment (Inherited from Abstract.)
Public propertyCount
Public propertyKeySort
Public propertyName (Inherited from Abstract.)
Public propertyParent (Inherited from Abstract.)
Public propertyParentClass (Inherited from Abstract.)
Public propertyProperties (Inherited from Empty.)
Top
Methods
  NameDescription
Public method_AddProperty (Inherited from Empty.)
Public method_RemoveProperty (Inherited from Empty.)
Public methodAddObject
Public methodGetKey
Public methodGetPropertyNames (Inherited from Empty.)
Public methodItem
Public methodNoIvarGet (Inherited from Empty.)
Public methodNoIvarPut (Inherited from Empty.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Top
See Also