Show / Hide Table of Contents

Delegate DependencyGraph.ProjectCollectionFactory

Namespace: Xamarin.MSBuild.Sdk
Assembly: Xamarin.MSBuild.Sdk.dll
Syntax
public delegate ProjectCollection ProjectCollectionFactory(IDictionary<string, string> globalProperties);
Parameters
Type Name Description
IDictionary<System.String, System.String> globalProperties
Returns
Type Description
ProjectCollection
  • Improve this Doc
  • View Source
Back to top Generated by DocFX