Discuss this help topic in SecureBlackbox Forum

TElNameConstraintsExtension.RemoveExcluded

TElNameConstraintsExtension     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This method removes a single Excluded Subtree from the list.

Declaration

[C#]
    void RemoveExcluded(int Index);

[VB.NET]
    Sub RemoveExcluded(ByVal Index As Integer)

[Pascal]
    procedure RemoveExcluded(Index : integer);

[C++]
    void RemoveExcluded(int32_t Index);

[PHP]
    void RemoveExcluded(integer $Index)

[Java]
    void removeExcluded(int Index);

Parameters

  • Index - index of item in list

Description

    This method removes a single Excluded Subtree, specified by Index parameter, from the list.

See also:     ExcludedSubtrees     ExcludedCount    

Discuss this help topic in SecureBlackbox Forum