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
- BaseComponentEditor.cs
- DataGridHelper.cs
- DriveNotFoundException.cs
- BooleanStorage.cs
- MdiWindowListItemConverter.cs
- OdbcErrorCollection.cs
- CursorInteropHelper.cs
- AliasExpr.cs
- ShellProvider.cs
- SelectionRange.cs
- XmlSchemaExternal.cs
- SynchronizationContext.cs
- MetadataArtifactLoaderFile.cs
- DefinitionBase.cs
- ColorMap.cs
- FormViewInsertedEventArgs.cs
- PersistenceTypeAttribute.cs
- EditBehavior.cs
- LostFocusEventManager.cs
- BridgeDataReader.cs
- BulletedListEventArgs.cs
- View.cs
- StreamUpgradeInitiator.cs
- NativeMethods.cs
- ValueSerializerAttribute.cs
- CodeLinePragma.cs
- OdbcRowUpdatingEvent.cs
- AlternateViewCollection.cs
- ObjectNotFoundException.cs
- ExpandSegmentCollection.cs
- EventLevel.cs
- RuntimeVariablesExpression.cs
- GradientBrush.cs
- WebBrowser.cs
- SaveFileDialog.cs
- EventLogInternal.cs
- SqlInfoMessageEvent.cs
- SiteOfOriginPart.cs
- EntitySqlQueryCacheEntry.cs
- WebPartManagerDesigner.cs
- XmlWriter.cs
- ListViewItem.cs
- IntSecurity.cs
- InProcStateClientManager.cs
- UInt64Storage.cs
- RectValueSerializer.cs
- OleDragDropHandler.cs
- ValidationResult.cs
- VScrollBar.cs
- MailMessage.cs
- PageParser.cs
- AttachedPropertyBrowsableAttribute.cs
- ListItemsPage.cs
- HttpResponseBase.cs
- DataRowChangeEvent.cs
- DebugInfoGenerator.cs
- VectorKeyFrameCollection.cs
- PathGeometry.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- AmbientProperties.cs
- DebugView.cs
- ReferentialConstraint.cs
- OdbcConnection.cs
- UshortList2.cs
- DrawingBrush.cs
- XmlWriterSettings.cs
- SystemUdpStatistics.cs
- EntityContainer.cs
- DataGridPagerStyle.cs
- CodeExporter.cs
- TemplateComponentConnector.cs
- COM2ExtendedBrowsingHandler.cs
- QilFunction.cs
- DynamicFilterExpression.cs
- SystemResourceKey.cs
- ToolStripRenderer.cs
- FixedDSBuilder.cs
- BaseParser.cs
- InternalConfigConfigurationFactory.cs
- OSFeature.cs
- Size.cs
- ChtmlCommandAdapter.cs
- VisualTreeUtils.cs
- SchemaImporterExtensionElement.cs
- HiddenFieldPageStatePersister.cs
- PageBreakRecord.cs
- DataGridViewRowsAddedEventArgs.cs
- BackStopAuthenticationModule.cs
- ToolStripActionList.cs
- PackageDigitalSignatureManager.cs
- ObjectSecurity.cs
- SqlUtils.cs
- DependencyProperty.cs
- GridViewUpdatedEventArgs.cs
- ThreadStateException.cs
- StoragePropertyMapping.cs
- TypedDataSetSchemaImporterExtensionFx35.cs
- Brush.cs
- DispatchWrapper.cs
- BaseAppDomainProtocolHandler.cs