public void AddRange( IList collection )
Public Sub AddRange( _ ByVal collection As IList _ )
Parameters
- collection
- A list or array of values
public void AddRange( IList collection )
Public Sub AddRange( _ ByVal collection As IList _ )
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
System.ArgumentException | Invalid value type |
System.ArgumentNullException | Value cannot be null: collection |
Target Platforms: Windows 11, Windows 10