ArcGIS Pro 2.6 API Reference Guide
SimpleChainConverter Class Members
Properties  Methods 


ArcGIS.Desktop.Framework.Converters Namespace : SimpleChainConverter Class

The following tables list the members exposed by SimpleChainConverter.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public PropertyGets the number of elements contained in the List. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public PropertyGets or sets the element at the specified index. (Inherited from System.Collections.Generic.List<IValueConverter>)
Top
Public Methods
 NameDescription
Public MethodAdds an object to the end of the List. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodAdds the elements of the specified collection to the end of the List. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodReturns a read-only ReadOnlyCollection wrapper for the current collection. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodRemoves all elements from the List. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodDetermines whether an element is in the List. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public Method  
Public MethodConverts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public Method  
Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodDetermines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodSearches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodRetrieves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodSearches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodPerforms the specified action on each element of the List. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodReturns an enumerator that iterates through the List. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodCreates a shallow copy of a range of elements in the source List. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodInserts an element into the List at the specified index. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodInserts the elements of a collection into the List at the specified index. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodRemoves the first occurrence of a specific object from the List. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodRemoves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodRemoves the element at the specified index of the List. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodRemoves a range of elements from the List. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodCopies the elements of the List to a new array. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodSets the capacity to the actual number of elements in the List, if that number is less than a threshold value. (Inherited from System.Collections.Generic.List<IValueConverter>)
Public MethodDetermines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<IValueConverter>)
Top
See Also

Reference

SimpleChainConverter Class
ArcGIS.Desktop.Framework.Converters Namespace