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

ProducesTargets() static private méthode

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