Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / Resources / SatelliteContractVersionAttribute.cs / 1 / SatelliteContractVersionAttribute.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: SatelliteContractVersionAttribute ** ** ** Purpose: Specifies which version of a satellite assembly ** the ResourceManager should ask for. ** ** ===========================================================*/ using System; namespace System.Resources { [AttributeUsage(AttributeTargets.Assembly, AllowMultiple=false)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class SatelliteContractVersionAttribute : Attribute { private String _version; public SatelliteContractVersionAttribute(String version) { if (version == null) throw new ArgumentNullException("version"); _version = version; } public String Version { get { return _version; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: SatelliteContractVersionAttribute ** ** ** Purpose: Specifies which version of a satellite assembly ** the ResourceManager should ask for. ** ** ===========================================================*/ using System; namespace System.Resources { [AttributeUsage(AttributeTargets.Assembly, AllowMultiple=false)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class SatelliteContractVersionAttribute : Attribute { private String _version; public SatelliteContractVersionAttribute(String version) { if (version == null) throw new ArgumentNullException("version"); _version = version; } public String Version { get { return _version; } } } } // 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
- XmlMembersMapping.cs
- UnsafeNativeMethods.cs
- GridViewRowEventArgs.cs
- ConfigurationException.cs
- Camera.cs
- InkCanvasInnerCanvas.cs
- IsolatedStorage.cs
- srgsitem.cs
- Privilege.cs
- smtpconnection.cs
- GeometryDrawing.cs
- HttpResponseHeader.cs
- SemaphoreSlim.cs
- WebPartZoneBase.cs
- StylusButtonCollection.cs
- TagPrefixAttribute.cs
- ConfigXmlSignificantWhitespace.cs
- BitmapPalettes.cs
- AtomEntry.cs
- DataBoundControlHelper.cs
- OleDbPropertySetGuid.cs
- CodeAccessPermission.cs
- MgmtConfigurationRecord.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- Padding.cs
- ComponentCommands.cs
- ScriptManagerProxy.cs
- StorageMappingFragment.cs
- NotImplementedException.cs
- COM2FontConverter.cs
- AppDomain.cs
- EntityKey.cs
- WebRequestModuleElementCollection.cs
- CreatingCookieEventArgs.cs
- WsatEtwTraceListener.cs
- HyperLink.cs
- HexParser.cs
- CollectionEditor.cs
- EastAsianLunisolarCalendar.cs
- XmlArrayItemAttributes.cs
- XmlAnyAttributeAttribute.cs
- ImageInfo.cs
- ResourceCollectionInfo.cs
- CardSpaceException.cs
- CounterSampleCalculator.cs
- ListenerElementsCollection.cs
- IntPtr.cs
- SignedInfo.cs
- TextEditorCharacters.cs
- ListViewDataItem.cs
- WindowsListViewGroupHelper.cs
- CodeThrowExceptionStatement.cs
- EntityStoreSchemaFilterEntry.cs
- Clock.cs
- DataGridViewMethods.cs
- SystemThemeKey.cs
- DataComponentMethodGenerator.cs
- SqlStream.cs
- ArglessEventHandlerProxy.cs
- SkipQueryOptionExpression.cs
- BaseTemplateBuildProvider.cs
- HashCodeCombiner.cs
- FormsAuthenticationUser.cs
- MetadataArtifactLoaderCompositeFile.cs
- TrustLevelCollection.cs
- Number.cs
- ClientConfigurationHost.cs
- xdrvalidator.cs
- HttpWebResponse.cs
- HwndAppCommandInputProvider.cs
- XsltException.cs
- PointLight.cs
- KeyTime.cs
- CodePageUtils.cs
- ComponentDispatcher.cs
- EUCJPEncoding.cs
- Header.cs
- AttachedPropertyDescriptor.cs
- IImplicitResourceProvider.cs
- ImageDrawing.cs
- DateTimeOffsetStorage.cs
- SystemColors.cs
- ConnectionsZoneAutoFormat.cs
- BindingCompleteEventArgs.cs
- StringFormat.cs
- XmlSchemaElement.cs
- FormViewModeEventArgs.cs
- NotSupportedException.cs
- RegisteredHiddenField.cs
- DetailsViewDeletedEventArgs.cs
- SamlSubject.cs
- FormCollection.cs
- SafeEventLogWriteHandle.cs
- WebDisplayNameAttribute.cs
- DataTableMappingCollection.cs
- NotifyIcon.cs
- DbTransaction.cs
- EnlistmentTraceIdentifier.cs
- SQLResource.cs
- WebZone.cs