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

Uses() static private method

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