CompositeGlob Constructors
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.
Overloads
CompositeGlob(IMSBuildGlob[]) |
Constructor |
CompositeGlob(IEnumerable<IMSBuildGlob>) |
Constructor |
CompositeGlob(IMSBuildGlob[])
- Source:
- CompositeGlob.cs
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>)
- Source:
- CompositeGlob.cs
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