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
- ActivationServices.cs
- PerspectiveCamera.cs
- XPathScanner.cs
- EventHandlerList.cs
- COM2Properties.cs
- TextBounds.cs
- WmlLiteralTextAdapter.cs
- Repeater.cs
- FontDriver.cs
- ColumnBinding.cs
- FactorySettingsElement.cs
- SafeFileMapViewHandle.cs
- WebPartUtil.cs
- DataGridTablesFactory.cs
- DriveNotFoundException.cs
- EDesignUtil.cs
- ButtonChrome.cs
- PrintDocument.cs
- XMLSyntaxException.cs
- ClientFormsAuthenticationCredentials.cs
- ConfigXmlComment.cs
- UnsafeNativeMethods.cs
- TextTreeDeleteContentUndoUnit.cs
- IgnoreDataMemberAttribute.cs
- DataPagerFieldItem.cs
- CompositeDuplexBindingElementImporter.cs
- DocumentReferenceCollection.cs
- IncrementalReadDecoders.cs
- ResourceDictionaryCollection.cs
- AnchorEditor.cs
- HebrewCalendar.cs
- CommandHelpers.cs
- DataReceivedEventArgs.cs
- DesignObjectWrapper.cs
- GraphicsContext.cs
- XMLUtil.cs
- DiscoveryProxy.cs
- Substitution.cs
- ScrollChrome.cs
- Privilege.cs
- OracleTimeSpan.cs
- XmlDataFileEditor.cs
- CmsUtils.cs
- WorkflowTerminatedException.cs
- PrimitiveType.cs
- TextAnchor.cs
- RemotingServices.cs
- CloseSequenceResponse.cs
- DataGridTextBox.cs
- FormatSettings.cs
- ConstraintEnumerator.cs
- ListBindableAttribute.cs
- DataControlFieldCell.cs
- CodeEntryPointMethod.cs
- SchemaEntity.cs
- DataGridViewBand.cs
- Constants.cs
- RequestResizeEvent.cs
- InkCanvasSelectionAdorner.cs
- WebControlToolBoxItem.cs
- ImageButton.cs
- KnowledgeBase.cs
- HtmlTitle.cs
- XhtmlCssHandler.cs
- SByte.cs
- DataReceivedEventArgs.cs
- ServiceOperation.cs
- SolidColorBrush.cs
- MatrixValueSerializer.cs
- ConversionHelper.cs
- _LazyAsyncResult.cs
- SystemColors.cs
- SHA256Managed.cs
- FileSecurity.cs
- RoutedEventValueSerializer.cs
- EqualityComparer.cs
- TypeReference.cs
- PseudoWebRequest.cs
- IteratorFilter.cs
- MouseEventArgs.cs
- PropertyItemInternal.cs
- MinMaxParagraphWidth.cs
- MatrixTransform3D.cs
- SendParametersContent.cs
- LiteralControl.cs
- RangeValueProviderWrapper.cs
- DefaultExpression.cs
- SmtpFailedRecipientException.cs
- DiscreteKeyFrames.cs
- NavigationCommands.cs
- DataRowChangeEvent.cs
- DefinitionBase.cs
- _DigestClient.cs
- DesignerAutoFormatCollection.cs
- XmlSchemaSimpleTypeRestriction.cs
- SmiRecordBuffer.cs
- CommandManager.cs
- Size.cs
- AffineTransform3D.cs
- Models.cs