Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Data / System / Data / PropertyCollection.cs / 1 / PropertyCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; using System.Collections; using System.Runtime.Serialization; ////// [Serializable] #if WINFSInternalOnly internal #else public #endif class PropertyCollection : Hashtable { public PropertyCollection() : base() { } protected PropertyCollection(SerializationInfo info, StreamingContext context) : base(info, context) { } } //3 NOTE: This should have been named PropertyDictionary, to avoid fxcop warnings about not having strongly typed IList and ICollection implementations, but it's too late now... } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Represents a collection of properties that can be added to ///, /// , /// or . // Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; using System.Collections; using System.Runtime.Serialization; ////// [Serializable] #if WINFSInternalOnly internal #else public #endif class PropertyCollection : Hashtable { public PropertyCollection() : base() { } protected PropertyCollection(SerializationInfo info, StreamingContext context) : base(info, context) { } } //3 NOTE: This should have been named PropertyDictionary, to avoid fxcop warnings about not having strongly typed IList and ICollection implementations, but it's too late now... } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Represents a collection of properties that can be added to ///, /// , /// or .
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridItemCollection.cs
- WmlPhoneCallAdapter.cs
- DeflateStreamAsyncResult.cs
- ViewRendering.cs
- TextRangeSerialization.cs
- ConsoleTraceListener.cs
- ServicePoint.cs
- ApplicationFileCodeDomTreeGenerator.cs
- ItemChangedEventArgs.cs
- SafeHandles.cs
- InstanceHandleReference.cs
- WindowsTreeView.cs
- SiblingIterators.cs
- FunctionCommandText.cs
- CollectionViewProxy.cs
- PlatformCulture.cs
- DesignerView.cs
- ContentElement.cs
- DataGridViewCellStyleConverter.cs
- NativeMethods.cs
- ConnectionManagementElementCollection.cs
- SystemIcons.cs
- RequestUriProcessor.cs
- DocumentViewerHelper.cs
- ImageProxy.cs
- BinaryMethodMessage.cs
- ErrorFormatter.cs
- ProxySimple.cs
- ParameterCollection.cs
- BinaryObjectInfo.cs
- ColumnResizeAdorner.cs
- IdentitySection.cs
- DataControlPagerLinkButton.cs
- XmlLanguage.cs
- EmptyStringExpandableObjectConverter.cs
- PeerName.cs
- PlainXmlSerializer.cs
- XmlSchemaObjectCollection.cs
- ConnectivityStatus.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- CompiledIdentityConstraint.cs
- MdiWindowListStrip.cs
- DesignRelation.cs
- XhtmlBasicFormAdapter.cs
- SafeTokenHandle.cs
- DataGridView.cs
- FaultDesigner.cs
- QuerySettings.cs
- unsafenativemethodsother.cs
- ParallelTimeline.cs
- DataGridViewRowCollection.cs
- CodeDomConfigurationHandler.cs
- WindowsStatusBar.cs
- RequestCacheEntry.cs
- DataGridRelationshipRow.cs
- RowToParametersTransformer.cs
- Freezable.cs
- Buffer.cs
- ChtmlTextBoxAdapter.cs
- XmlSchemaElement.cs
- SqlClientMetaDataCollectionNames.cs
- IndexOutOfRangeException.cs
- WpfGeneratedKnownTypes.cs
- CompilationAssemblyInstallComponent.cs
- ToolStripItemClickedEventArgs.cs
- TransformedBitmap.cs
- DataGridViewTextBoxColumn.cs
- ISessionStateStore.cs
- DetailsViewCommandEventArgs.cs
- RSAPKCS1KeyExchangeFormatter.cs
- ConfigurationStrings.cs
- PropertyRef.cs
- SessionSymmetricTransportSecurityProtocolFactory.cs
- StringFreezingAttribute.cs
- XmlStreamStore.cs
- EnumerationRangeValidationUtil.cs
- DesignerTextViewAdapter.cs
- BitmapEffectDrawingContextWalker.cs
- TextSpan.cs
- Int32Storage.cs
- StylusPointProperties.cs
- WpfPayload.cs
- DetailsViewModeEventArgs.cs
- DataGridColumnReorderingEventArgs.cs
- DataGridToolTip.cs
- PeerInvitationResponse.cs
- CultureSpecificCharacterBufferRange.cs
- ImageButton.cs
- SqlServer2KCompatibilityAnnotation.cs
- CodeAttributeArgumentCollection.cs
- RectAnimationBase.cs
- Opcode.cs
- ConstructorBuilder.cs
- WebException.cs
- DataGridRowHeaderAutomationPeer.cs
- CodePageUtils.cs
- CompiledXpathExpr.cs
- TableRowCollection.cs
- AmbientProperties.cs
- InterleavedZipPartStream.cs