ClrPlus.Scripting.MsBuild.Building.ProjectTargetElementExtensions.ProducesTargets C# (CSharp) Method

ProducesTargets() static private method

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