Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- PersonalizationState.cs
- PTProvider.cs
- SystemGatewayIPAddressInformation.cs
- ParameterCollection.cs
- SoapWriter.cs
- SubMenuStyle.cs
- ProtocolsConfigurationHandler.cs
- LineServicesRun.cs
- BitmapEffectInput.cs
- WaitHandle.cs
- StreamSecurityUpgradeInitiatorAsyncResult.cs
- PipeSecurity.cs
- ResourcePart.cs
- DataBindingCollectionConverter.cs
- EntityDataSourceMemberPath.cs
- DataGridPagerStyle.cs
- XhtmlConformanceSection.cs
- TemplateControlCodeDomTreeGenerator.cs
- TemplateBindingExtension.cs
- InProcStateClientManager.cs
- GeometryValueSerializer.cs
- SerializationInfoEnumerator.cs
- Sql8ExpressionRewriter.cs
- XsdDataContractImporter.cs
- ExpanderAutomationPeer.cs
- ConditionedDesigner.cs
- ApplicationFileCodeDomTreeGenerator.cs
- TextTreeObjectNode.cs
- RTTrackingProfile.cs
- BigInt.cs
- ConfigurationManagerHelperFactory.cs
- StaticExtension.cs
- BreadCrumbTextConverter.cs
- Oid.cs
- VersionPair.cs
- SR.cs
- ToolStripDesigner.cs
- MyContact.cs
- StandardOleMarshalObject.cs
- Keywords.cs
- HttpListenerResponse.cs
- OAVariantLib.cs
- DataGridTableCollection.cs
- SoapConverter.cs
- UpdatePanelTrigger.cs
- InvalidWMPVersionException.cs
- SettingsProperty.cs
- XmlCountingReader.cs
- LocationChangedEventArgs.cs
- SqlDataAdapter.cs
- TextFormatterContext.cs
- AppSettingsReader.cs
- PropertyValueChangedEvent.cs
- DoubleStorage.cs
- ServiceChannelManager.cs
- TypeListConverter.cs
- Graphics.cs
- HMACRIPEMD160.cs
- BrowserCapabilitiesFactoryBase.cs
- TransformDescriptor.cs
- CompositeDuplexBindingElementImporter.cs
- DataGridState.cs
- DecimalConstantAttribute.cs
- SdlChannelSink.cs
- FileDataSourceCache.cs
- IItemProperties.cs
- UrlMappingsSection.cs
- ContextMenu.cs
- AbsoluteQuery.cs
- SqlDataSourceStatusEventArgs.cs
- URLEditor.cs
- PermissionSetTriple.cs
- Int32CollectionConverter.cs
- SR.Designer.cs
- StringFunctions.cs
- XmlAnyAttributeAttribute.cs
- NamespaceEmitter.cs
- CodeStatementCollection.cs
- SmiMetaData.cs
- CommonObjectSecurity.cs
- SystemColorTracker.cs
- SqlInternalConnectionSmi.cs
- EmptyStringExpandableObjectConverter.cs
- counter.cs
- _TimerThread.cs
- ElementHost.cs
- TableParagraph.cs
- WhereQueryOperator.cs
- EncodingNLS.cs
- SystemBrushes.cs
- Rect.cs
- XmlTextWriter.cs
- ProviderCollection.cs
- Activator.cs
- DropTarget.cs
- AuthorizationRuleCollection.cs
- DeleteWorkflowOwnerCommand.cs
- IsolatedStorageFileStream.cs
- FormsAuthenticationModule.cs
- FormViewCommandEventArgs.cs