Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Configuration / System / Configuration / FactoryId.cs / 1 / FactoryId.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { // Identifies a factory [System.Diagnostics.DebuggerDisplay("FactoryId {ConfigKey}")] internal class FactoryId { private string _configKey; private string _group; private string _name; internal FactoryId(string configKey, string group, string name) { _configKey = configKey; _group = group; _name = name; } internal string ConfigKey { get {return _configKey;} } internal string Group { get {return _group;} } internal string Name { get {return _name;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { // Identifies a factory [System.Diagnostics.DebuggerDisplay("FactoryId {ConfigKey}")] internal class FactoryId { private string _configKey; private string _group; private string _name; internal FactoryId(string configKey, string group, string name) { _configKey = configKey; _group = group; _name = name; } internal string ConfigKey { get {return _configKey;} } internal string Group { get {return _group;} } internal string Name { get {return _name;} } } } // 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
- SizeChangedEventArgs.cs
- ArrayTypeMismatchException.cs
- WebPartVerbCollection.cs
- unsafenativemethodsother.cs
- SystemIcons.cs
- UTF7Encoding.cs
- TdsParserHelperClasses.cs
- XmlILModule.cs
- Metafile.cs
- SessionPageStatePersister.cs
- IndexedEnumerable.cs
- SuppressIldasmAttribute.cs
- XPathChildIterator.cs
- TextProviderWrapper.cs
- SafeThreadHandle.cs
- DocumentScope.cs
- DesignerCommandSet.cs
- TcpProcessProtocolHandler.cs
- WCFServiceClientProxyGenerator.cs
- AnnotationComponentChooser.cs
- SplitterPanel.cs
- HybridDictionary.cs
- DefaultHttpHandler.cs
- VectorKeyFrameCollection.cs
- LexicalChunk.cs
- DocumentManager.cs
- WindowsPen.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- HttpListenerContext.cs
- RegexCharClass.cs
- RectangleGeometry.cs
- NonSerializedAttribute.cs
- BeginEvent.cs
- MediaEntryAttribute.cs
- ServicePointManagerElement.cs
- XmlBinaryReaderSession.cs
- SourceLineInfo.cs
- ProgressChangedEventArgs.cs
- PrtTicket_Public_Simple.cs
- ClientScriptManager.cs
- RepeaterItemEventArgs.cs
- WebPartDescription.cs
- ResourcePermissionBase.cs
- Mappings.cs
- EmbeddedMailObject.cs
- TypeBrowser.xaml.cs
- LinearGradientBrush.cs
- TemplatedWizardStep.cs
- SqlBooleanMismatchVisitor.cs
- CounterCreationDataCollection.cs
- InkCanvasSelection.cs
- EntityCommand.cs
- ListViewPagedDataSource.cs
- TransformPattern.cs
- ObjectDisposedException.cs
- Camera.cs
- GPStream.cs
- XPathNodeInfoAtom.cs
- DesignerOptionService.cs
- SetterBase.cs
- ModuleElement.cs
- storepermission.cs
- XPathDocumentIterator.cs
- CustomTypeDescriptor.cs
- ZipIOCentralDirectoryBlock.cs
- SocketException.cs
- StringDictionaryEditor.cs
- AutomationElementCollection.cs
- Composition.cs
- BaseCAMarshaler.cs
- PrimaryKeyTypeConverter.cs
- ProtocolsSection.cs
- TextFormatterContext.cs
- Baml2006KnownTypes.cs
- VectorValueSerializer.cs
- XPathNavigator.cs
- GenericIdentity.cs
- ToolBarPanel.cs
- SponsorHelper.cs
- ColumnResizeUndoUnit.cs
- BrowserDefinition.cs
- UniqueEventHelper.cs
- ComboBoxAutomationPeer.cs
- WebControl.cs
- LoadGrammarCompletedEventArgs.cs
- ToolBarButton.cs
- AssemblyName.cs
- InvokeCompletedEventArgs.cs
- ByteConverter.cs
- DataGridHeaderBorder.cs
- SchemaTypeEmitter.cs
- WindowHideOrCloseTracker.cs
- ToolBar.cs
- SoapExtensionStream.cs
- TableCell.cs
- RoleManagerSection.cs
- DispatcherExceptionFilterEventArgs.cs
- CustomPopupPlacement.cs
- _LocalDataStoreMgr.cs
- HealthMonitoringSection.cs