Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Util / VersionUtil.cs / 1305376 / VersionUtil.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
/*
* Helper class for performing common operations on Version objects
*
* Copyright (c) 2009 Microsoft Corporation
*/
namespace System.Web.Util {
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
internal static class VersionUtil {
public static readonly Version Framework20 = new Version(2, 0);
public static readonly Version Framework35 = new Version(3, 5);
public static readonly Version Framework40 = new Version(4, 0);
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
/*
* Helper class for performing common operations on Version objects
*
* Copyright (c) 2009 Microsoft Corporation
*/
namespace System.Web.Util {
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
internal static class VersionUtil {
public static readonly Version Framework20 = new Version(2, 0);
public static readonly Version Framework35 = new Version(3, 5);
public static readonly Version Framework40 = new Version(4, 0);
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SubMenuStyleCollectionEditor.cs
- IntMinMaxAggregationOperator.cs
- TextRunCacheImp.cs
- StylusTip.cs
- BuildProvidersCompiler.cs
- IconConverter.cs
- BitmapEffectGroup.cs
- RemotingException.cs
- PropertyMetadata.cs
- MessageQueueTransaction.cs
- HtmlSelect.cs
- DbInsertCommandTree.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- TimeoutConverter.cs
- Directory.cs
- HttpProfileGroupBase.cs
- ResourcePool.cs
- UserControlCodeDomTreeGenerator.cs
- SqlDataSourceConfigureSortForm.cs
- BooleanSwitch.cs
- GPPOINT.cs
- HttpCookieCollection.cs
- ObjectQueryProvider.cs
- Policy.cs
- Activator.cs
- SendKeys.cs
- TransportContext.cs
- SystemUnicastIPAddressInformation.cs
- ScrollItemPattern.cs
- RsaSecurityTokenParameters.cs
- QueryContinueDragEventArgs.cs
- IPHostEntry.cs
- PolygonHotSpot.cs
- HttpCapabilitiesSectionHandler.cs
- RepeatBehaviorConverter.cs
- DataKey.cs
- HwndHost.cs
- Timeline.cs
- AppSettingsSection.cs
- Label.cs
- PerformanceCounterManager.cs
- DescendantOverDescendantQuery.cs
- VarRefManager.cs
- OlePropertyStructs.cs
- XsltLoader.cs
- MetaDataInfo.cs
- ResizeGrip.cs
- SoapAttributeOverrides.cs
- ToolStripDropDownClosedEventArgs.cs
- CapabilitiesSection.cs
- DelegatingHeader.cs
- OuterGlowBitmapEffect.cs
- HtmlMeta.cs
- Compensate.cs
- ShaderRenderModeValidation.cs
- DataGridViewTopRowAccessibleObject.cs
- StringSorter.cs
- APCustomTypeDescriptor.cs
- RoleService.cs
- BatchStream.cs
- CollectionBuilder.cs
- NonParentingControl.cs
- BufferModesCollection.cs
- PropertyPath.cs
- PropertyMapper.cs
- PermissionRequestEvidence.cs
- CaseStatementProjectedSlot.cs
- CodeIterationStatement.cs
- SelectingProviderEventArgs.cs
- LinkDescriptor.cs
- ItemsPanelTemplate.cs
- TypedAsyncResult.cs
- PerformanceCounters.cs
- ToolStripScrollButton.cs
- MetabaseServerConfig.cs
- CryptoApi.cs
- XPathArrayIterator.cs
- FileNotFoundException.cs
- NamespaceImport.cs
- ConfigurationPermission.cs
- SafeViewOfFileHandle.cs
- SafeProcessHandle.cs
- FormViewModeEventArgs.cs
- ContentType.cs
- UriTemplateLiteralPathSegment.cs
- ToolStripDropDownClosingEventArgs.cs
- GiveFeedbackEvent.cs
- CodeNamespaceCollection.cs
- GB18030Encoding.cs
- DialogDivider.cs
- PersistChildrenAttribute.cs
- PropertyState.cs
- DefaultMemberAttribute.cs
- AddInController.cs
- XmlIgnoreAttribute.cs
- TextTreeNode.cs
- DataGridCommandEventArgs.cs
- CompositeScriptReference.cs
- UnsafeNativeMethods.cs
- PageContent.cs