BuilderStrategyChain.AddRange(IEnumerable) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void AddRange(System::Collections::IEnumerable ^ strategies);
public void AddRange (System.Collections.IEnumerable strategies);
abstract member AddRange : System.Collections.IEnumerable -> unit
override this.AddRange : System.Collections.IEnumerable -> unit
Public Sub AddRange (strategies As IEnumerable)
Parameters
- strategies
- IEnumerable