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

Platform() static private method

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