CompositeGlob Constructors

Definition

Overloads

CompositeGlob(IMSBuildGlob[])

Constructor

CompositeGlob(IEnumerable<IMSBuildGlob>)

Constructor

CompositeGlob(IMSBuildGlob[])

Constructor

public:
 CompositeGlob(... cli::array <Microsoft::Build::Globbing::IMSBuildGlob ^> ^ globs);
public CompositeGlob (params Microsoft.Build.Globbing.IMSBuildGlob[] globs);
new Microsoft.Build.Globbing.CompositeGlob : Microsoft.Build.Globbing.IMSBuildGlob[] -> Microsoft.Build.Globbing.CompositeGlob
Public Sub New (ParamArray globs As IMSBuildGlob())

Parameters

globs
IMSBuildGlob[]

Children globs. Input gets shallow cloned

Applies to

CompositeGlob(IEnumerable<IMSBuildGlob>)

Constructor

public:
 CompositeGlob(System::Collections::Generic::IEnumerable<Microsoft::Build::Globbing::IMSBuildGlob ^> ^ globs);
public CompositeGlob (System.Collections.Generic.IEnumerable<Microsoft.Build.Globbing.IMSBuildGlob> globs);
new Microsoft.Build.Globbing.CompositeGlob : seq<Microsoft.Build.Globbing.IMSBuildGlob> -> Microsoft.Build.Globbing.CompositeGlob
Public Sub New (globs As IEnumerable(Of IMSBuildGlob))

Parameters

globs
IEnumerable<IMSBuildGlob>

Children globs. Input gets shallow cloned

Applies to