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
- UdpDiscoveryEndpoint.cs
- BindingCompleteEventArgs.cs
- indexingfiltermarshaler.cs
- ConstructorBuilder.cs
- MergablePropertyAttribute.cs
- AttachedAnnotation.cs
- TextFormatterHost.cs
- SoundPlayer.cs
- ParamArrayAttribute.cs
- CodePrimitiveExpression.cs
- InternalEnumValidator.cs
- CheckedListBox.cs
- ParagraphResult.cs
- GlyphCache.cs
- SelectionManager.cs
- StringSource.cs
- SqlCacheDependency.cs
- PkcsUtils.cs
- Preprocessor.cs
- ChannelCacheSettings.cs
- SQLChars.cs
- IgnoreFileBuildProvider.cs
- ReadOnlyCollection.cs
- DataSourceHelper.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- DescendentsWalker.cs
- StrongTypingException.cs
- OperationFormatUse.cs
- BaseHashHelper.cs
- WindowsUpDown.cs
- OracleDataAdapter.cs
- ColumnPropertiesGroup.cs
- LassoHelper.cs
- SecurityResources.cs
- PreservationFileReader.cs
- StorageAssociationTypeMapping.cs
- TableSectionStyle.cs
- WebPartCollection.cs
- ToolboxItemLoader.cs
- UpdatePanelTriggerCollection.cs
- EventMap.cs
- ProjectionRewriter.cs
- CryptographicAttribute.cs
- TimestampInformation.cs
- StructuredTypeEmitter.cs
- CharEnumerator.cs
- TableDetailsRow.cs
- Membership.cs
- DecoderReplacementFallback.cs
- CodeCommentStatementCollection.cs
- DockingAttribute.cs
- SpeechRecognizer.cs
- X509CertificateValidator.cs
- Token.cs
- GridViewCellAutomationPeer.cs
- DesignerVerbCollection.cs
- SqlTriggerContext.cs
- CssStyleCollection.cs
- XmlSchemaSimpleTypeUnion.cs
- documentation.cs
- DBDataPermission.cs
- UrlMappingsModule.cs
- ReflectTypeDescriptionProvider.cs
- SchemaNames.cs
- IndexOutOfRangeException.cs
- ShaderEffect.cs
- TextEmbeddedObject.cs
- EnumerableCollectionView.cs
- TypeElement.cs
- Geometry.cs
- _NestedSingleAsyncResult.cs
- SerTrace.cs
- ImageSourceConverter.cs
- ContentPlaceHolder.cs
- SiteMapNodeCollection.cs
- MasterPageBuildProvider.cs
- Random.cs
- COMException.cs
- BaseValidator.cs
- _AutoWebProxyScriptHelper.cs
- ByteConverter.cs
- _SpnDictionary.cs
- EventLogException.cs
- DataBoundControlHelper.cs
- odbcmetadatacolumnnames.cs
- SqlUdtInfo.cs
- IMembershipProvider.cs
- AnnotationComponentChooser.cs
- IPipelineRuntime.cs
- SamlConditions.cs
- BamlMapTable.cs
- EastAsianLunisolarCalendar.cs
- ManagementException.cs
- MarshalDirectiveException.cs
- SliderAutomationPeer.cs
- ImageAutomationPeer.cs
- NetTcpBinding.cs
- RemotingConfiguration.cs
- TripleDES.cs
- XmlSchemaProviderAttribute.cs