Click or drag to resize

PFSTargetList Methods

The PFSTargetList type exposes the following members.

Methods
  NameDescription
Public methoddeleteSection(Int32)
delete a section from this section object by section index
Public methoddeleteSection(String, Int32)
delete a section from this section object by section name and named index
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSection(Int32)
Get number NodeNo sub-section of this PFSTargetList.
Public methodGetSection(String, Int32)
Get the number NodeNo section with name NodeName
Public methodGetSection(String, Int32, Boolean)
Get the number NodeNo section with name NodeName, null if not existing
Public methodGetSectionsCount
Get the number of sub-sections of this PFSTargetList
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsertNewSection
insert a new section with specified name into this TargetList object
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also