Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / PropertyCollection.cs / 1305376 / PropertyCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; using System.Collections; using System.Runtime.Serialization; ////// [Serializable] public 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] public 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
- MDIClient.cs
- FileLoadException.cs
- RadialGradientBrush.cs
- LateBoundBitmapDecoder.cs
- DataGridRowHeaderAutomationPeer.cs
- StateRuntime.cs
- StringValidatorAttribute.cs
- DocumentPageView.cs
- ValueUtilsSmi.cs
- NativeMethods.cs
- GridLength.cs
- XPathNodeIterator.cs
- Boolean.cs
- VisualSerializer.cs
- XmlILAnnotation.cs
- Italic.cs
- PnrpPermission.cs
- ResourceType.cs
- SiteMapNode.cs
- LineSegment.cs
- XmlIlGenerator.cs
- Predicate.cs
- Polygon.cs
- FastPropertyAccessor.cs
- RequestCacheValidator.cs
- RightsManagementInformation.cs
- CalendarModeChangedEventArgs.cs
- KeyEventArgs.cs
- XamlToRtfWriter.cs
- InkCanvasFeedbackAdorner.cs
- Rect3D.cs
- TcpPortSharing.cs
- InternalResources.cs
- DataGridViewColumnStateChangedEventArgs.cs
- MachineKeyConverter.cs
- SqlTransaction.cs
- OnOperation.cs
- DateTimeParse.cs
- RequestStatusBarUpdateEventArgs.cs
- MethodExecutor.cs
- SchemaImporterExtension.cs
- SizeConverter.cs
- ContentType.cs
- ScalarOps.cs
- ServiceOperationViewControl.cs
- EmptyStringExpandableObjectConverter.cs
- PanelDesigner.cs
- XPathNavigatorKeyComparer.cs
- SimpleWorkerRequest.cs
- BlurEffect.cs
- SocketPermission.cs
- ParseHttpDate.cs
- PlanCompiler.cs
- HtmlTableRowCollection.cs
- MetadataException.cs
- BasicExpressionVisitor.cs
- ValidatorUtils.cs
- DesignerProperties.cs
- PolicyManager.cs
- PlatformNotSupportedException.cs
- BuildResult.cs
- TileBrush.cs
- CaseStatementSlot.cs
- TdsParserHelperClasses.cs
- MessageQueuePermissionEntryCollection.cs
- XmlSignatureProperties.cs
- FileDialogCustomPlace.cs
- WinEventWrap.cs
- OptimalBreakSession.cs
- PersistChildrenAttribute.cs
- DataGridViewControlCollection.cs
- SemaphoreSlim.cs
- PropertyGrid.cs
- ConnectionConsumerAttribute.cs
- IdentityValidationException.cs
- InternalCache.cs
- HttpRuntimeSection.cs
- PenContext.cs
- EmbeddedObject.cs
- CommonDialog.cs
- WindowsGraphics.cs
- DefaultWorkflowTransactionService.cs
- DbConnectionPoolGroup.cs
- XmlNavigatorStack.cs
- XmlWriterTraceListener.cs
- TreeNodeCollection.cs
- WorkItem.cs
- WindowShowOrOpenTracker.cs
- HttpCookie.cs
- SqlTriggerContext.cs
- DPTypeDescriptorContext.cs
- HasCopySemanticsAttribute.cs
- ObjectStateFormatter.cs
- Vars.cs
- SurrogateEncoder.cs
- CngUIPolicy.cs
- XamlSerializationHelper.cs
- ListDictionary.cs
- SHA256Managed.cs
- CommonGetThemePartSize.cs