ClrPlus.Scripting.MsBuild.Building.ProjectTargetElementExtensions.Uses C# (CSharp) Méthode

Uses() static private méthode

static private Uses ( this target ) : CustomPropertyList
target this
Résultat CustomPropertyList
        internal static CustomPropertyList Uses(this ProjectTargetElement target)
        {
            return null;
        }