AnimatGuiCtrls.Controls.PropertyBag.PropertySpecCollection.AddRange C# (CSharp) Method

AddRange() public method

Adds the elements of an array of PropertySpec objects to the end of the PropertySpecCollection.
public AddRange ( PropertySpec array ) : void
array PropertySpec The PropertySpec array whose elements should be added to the end of the /// PropertySpecCollection.
return void
            public void AddRange(PropertySpec[] array)
            {
                AddSecurityRange(array);
            }