Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeObject.cs / 1305376 / CodeObject.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Collections; using System.Collections.Specialized; using System.Runtime.Serialization; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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.] ///// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Collections; using System.Collections.Specialized; using System.Runtime.Serialization; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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
- XsltContext.cs
- TableCellAutomationPeer.cs
- MobileControl.cs
- ClientUtils.cs
- DataServiceEntityAttribute.cs
- DefaultEventAttribute.cs
- PenCursorManager.cs
- FormatSettings.cs
- Win32Native.cs
- WinEventTracker.cs
- SimpleTypesSurrogate.cs
- Point3DAnimation.cs
- IdentifierService.cs
- Transactions.cs
- OrderByBuilder.cs
- MailDefinition.cs
- AnnotationResourceCollection.cs
- ImpersonationContext.cs
- WebSysDescriptionAttribute.cs
- CodeLinePragma.cs
- AmbiguousMatchException.cs
- SerialReceived.cs
- EventLogPermission.cs
- Camera.cs
- TypeToken.cs
- TablePatternIdentifiers.cs
- SafeIUnknown.cs
- TraceHandler.cs
- HebrewCalendar.cs
- ParallelTimeline.cs
- Adorner.cs
- DrawingContextDrawingContextWalker.cs
- Tokenizer.cs
- Bitmap.cs
- TextTreeFixupNode.cs
- BrowserInteropHelper.cs
- TypedTableHandler.cs
- XmlSchemaAppInfo.cs
- BlobPersonalizationState.cs
- AsyncPostBackErrorEventArgs.cs
- HtmlInputCheckBox.cs
- DialogWindow.cs
- StatusStrip.cs
- FunctionQuery.cs
- Misc.cs
- DataKey.cs
- Scheduler.cs
- InertiaExpansionBehavior.cs
- OAVariantLib.cs
- BoundPropertyEntry.cs
- PathSegment.cs
- AutoGeneratedFieldProperties.cs
- DetailsViewDeleteEventArgs.cs
- SourceFileBuildProvider.cs
- TimeSpanStorage.cs
- UnescapedXmlDiagnosticData.cs
- QueryPageSettingsEventArgs.cs
- wgx_sdk_version.cs
- COM2Enum.cs
- InputReport.cs
- AttachmentService.cs
- EntityProxyTypeInfo.cs
- BitmapEffectRenderDataResource.cs
- ServiceDiscoveryBehavior.cs
- Size3DConverter.cs
- InternalMappingException.cs
- DataListDesigner.cs
- WindowsStatic.cs
- CategoryNameCollection.cs
- FormViewModeEventArgs.cs
- CompletionBookmark.cs
- DataServiceHostFactory.cs
- HtmlForm.cs
- CryptoKeySecurity.cs
- HashSet.cs
- AstNode.cs
- DesignerActionList.cs
- GridViewColumn.cs
- ChangePassword.cs
- ComplexPropertyEntry.cs
- SoapWriter.cs
- CodeIdentifiers.cs
- ChannelServices.cs
- Task.cs
- _DisconnectOverlappedAsyncResult.cs
- ResXResourceSet.cs
- DiscreteKeyFrames.cs
- SqlTriggerAttribute.cs
- GenericAuthenticationEventArgs.cs
- URIFormatException.cs
- SqlReorderer.cs
- FlowDecisionDesigner.xaml.cs
- _SpnDictionary.cs
- SqlIdentifier.cs
- TreeNodeCollection.cs
- Expression.cs
- AssemblyNameUtility.cs
- MetadataWorkspace.cs
- MiniModule.cs
- SqlXmlStorage.cs