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

UsesTool() static private method

static private UsesTool ( this target ) : Accessor
target this
return Accessor
        internal static Accessor UsesTool(this ProjectTargetElement target)
        {
            return null;
        }