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

EnvironmentList() static private method

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