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
- ExpanderAutomationPeer.cs
- JavaScriptObjectDeserializer.cs
- MasterPageParser.cs
- MemoryStream.cs
- FindProgressChangedEventArgs.cs
- ConfigurationManagerInternalFactory.cs
- DataObjectEventArgs.cs
- FontStyleConverter.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- EnumType.cs
- NativeMethods.cs
- DatagridviewDisplayedBandsData.cs
- PeerCredentialElement.cs
- _NTAuthentication.cs
- CodeNamespaceImportCollection.cs
- AuthenticationService.cs
- EpmCustomContentDeSerializer.cs
- FontClient.cs
- Clause.cs
- MatrixIndependentAnimationStorage.cs
- SplitterCancelEvent.cs
- ChannelServices.cs
- MarshalByRefObject.cs
- SimpleBitVector32.cs
- NamespaceCollection.cs
- SelectionGlyph.cs
- SecurityKeyIdentifierClause.cs
- WebException.cs
- ContextBase.cs
- RealProxy.cs
- ValidatorCompatibilityHelper.cs
- SafeNativeMethodsOther.cs
- ContextMenuStrip.cs
- SafeNativeMethods.cs
- BinaryWriter.cs
- CompositionAdorner.cs
- XmlCompatibilityReader.cs
- SamlConstants.cs
- ThemeDirectoryCompiler.cs
- XmlSchemaInferenceException.cs
- MemberMaps.cs
- IISUnsafeMethods.cs
- FormView.cs
- ObjectDataSourceSelectingEventArgs.cs
- Trace.cs
- XmlDocumentType.cs
- PointKeyFrameCollection.cs
- TransactionState.cs
- LongMinMaxAggregationOperator.cs
- Brush.cs
- SmiEventSink_DeferedProcessing.cs
- FrameAutomationPeer.cs
- PrincipalPermissionMode.cs
- PropertyStore.cs
- ButtonBase.cs
- ProgressBarRenderer.cs
- MsmqHostedTransportConfiguration.cs
- SafeNativeMemoryHandle.cs
- AmbientLight.cs
- QueryReaderSettings.cs
- AssemblyGen.cs
- GeneralTransform.cs
- ValidatorCompatibilityHelper.cs
- LookupBindingPropertiesAttribute.cs
- DateTimeOffset.cs
- XmlQueryStaticData.cs
- QueryAccessibilityHelpEvent.cs
- SoapObjectReader.cs
- MatrixTransform3D.cs
- GatewayDefinition.cs
- Page.cs
- TransformationRules.cs
- ButtonChrome.cs
- EntityCommand.cs
- DrawingBrush.cs
- PreProcessInputEventArgs.cs
- RuleValidation.cs
- MappingException.cs
- Timer.cs
- QueryCursorEventArgs.cs
- CellCreator.cs
- ItemCollection.cs
- EncryptedPackage.cs
- SatelliteContractVersionAttribute.cs
- ToolStripItem.cs
- TimeoutException.cs
- StreamAsIStream.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- ComponentCommands.cs
- ToolStripContentPanelRenderEventArgs.cs
- ProcessHostServerConfig.cs
- HandleExceptionArgs.cs
- ScriptingJsonSerializationSection.cs
- PackageRelationshipSelector.cs
- NativeRecognizer.cs
- ReadOnlyAttribute.cs
- TabPage.cs
- LinqDataSourceSelectEventArgs.cs
- DBConnectionString.cs
- RunInstallerAttribute.cs