Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / CodeDOM / CodeObject.cs / 1 / CodeObject.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Collections; using System.Collections.Specialized; using System.Runtime.Serialization; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeObject { private IDictionary userData = null; ////// The base class for CodeDom objects /// ////// public CodeObject() { } ///[To be supplied.] ////// public IDictionary UserData { get { if (userData == null) { userData = new ListDictionary(); } return userData; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Collections; using System.Collections.Specialized; using System.Runtime.Serialization; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeObject { private IDictionary userData = null; ////// The base class for CodeDom objects /// ////// public CodeObject() { } ///[To be supplied.] ////// public IDictionary UserData { get { if (userData == null) { userData = new ListDictionary(); } return userData; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Stack.cs
- IsolatedStorageException.cs
- StateMachineHistory.cs
- AssertSection.cs
- Opcode.cs
- DiagnosticsConfigurationHandler.cs
- FontStyle.cs
- ApplicationFileCodeDomTreeGenerator.cs
- PhysicalAddress.cs
- FrameworkContentElement.cs
- LoginView.cs
- SecurityUtils.cs
- ISCIIEncoding.cs
- ProfileSettings.cs
- FaultReasonText.cs
- xmlsaver.cs
- GenerateTemporaryTargetAssembly.cs
- ToolStripItemCollection.cs
- TypeUtil.cs
- IndexedEnumerable.cs
- ConfigXmlComment.cs
- COAUTHINFO.cs
- FileDialog_Vista_Interop.cs
- RuleSetReference.cs
- TableRowGroup.cs
- RemotingHelper.cs
- Debugger.cs
- GridViewSortEventArgs.cs
- Line.cs
- ValidatedControlConverter.cs
- SimpleTypeResolver.cs
- GetIndexBinder.cs
- BamlLocalizableResourceKey.cs
- ProcessHostMapPath.cs
- ArraySubsetEnumerator.cs
- ValueOfAction.cs
- Renderer.cs
- RequestCachePolicyConverter.cs
- ConfigurationSectionGroup.cs
- TraceLog.cs
- GeneralTransform2DTo3DTo2D.cs
- TableCell.cs
- Track.cs
- XmlDomTextWriter.cs
- BlurBitmapEffect.cs
- BooleanFunctions.cs
- DescendantOverDescendantQuery.cs
- _NestedSingleAsyncResult.cs
- NetTcpSectionData.cs
- XPathParser.cs
- UIElement3DAutomationPeer.cs
- SuppressIldasmAttribute.cs
- TransformGroup.cs
- RegexCapture.cs
- StreamGeometryContext.cs
- SevenBitStream.cs
- PathNode.cs
- ToolStripControlHost.cs
- MouseDevice.cs
- TaiwanCalendar.cs
- RecordBuilder.cs
- RouteData.cs
- CompilationLock.cs
- DoubleStorage.cs
- XmlAttribute.cs
- PtsContext.cs
- ToolStripSettings.cs
- BinaryCommonClasses.cs
- SqlAggregateChecker.cs
- ResourceExpressionEditor.cs
- StringDictionaryWithComparer.cs
- ThicknessConverter.cs
- WorkflowQueueInfo.cs
- ConnectionPointCookie.cs
- TransportReplyChannelAcceptor.cs
- TemplateComponentConnector.cs
- ListViewSortEventArgs.cs
- DataListItem.cs
- DataPager.cs
- Camera.cs
- TypeDelegator.cs
- EventArgs.cs
- XmlTextEncoder.cs
- TreePrinter.cs
- PassportAuthenticationEventArgs.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- indexingfiltermarshaler.cs
- DataExpression.cs
- Vector3dCollection.cs
- SmtpReplyReader.cs
- Reference.cs
- DataGridTextBox.cs
- ObjectResult.cs
- CmsInterop.cs
- SubMenuStyleCollection.cs
- DSACryptoServiceProvider.cs
- BulletedListEventArgs.cs
- AsnEncodedData.cs
- NumericUpDown.cs
- Vector3D.cs