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
- ContextConfiguration.cs
- PartEditor.cs
- OperandQuery.cs
- CodeCastExpression.cs
- SpellerError.cs
- HtmlMobileTextWriter.cs
- DataGridViewCellStateChangedEventArgs.cs
- GraphicsContainer.cs
- SHA256Managed.cs
- ConfigPathUtility.cs
- FileRegion.cs
- ParallelTimeline.cs
- CubicEase.cs
- ContractReference.cs
- LinqDataSource.cs
- JoinTreeSlot.cs
- ShaperBuffers.cs
- ConsoleEntryPoint.cs
- TextCompositionEventArgs.cs
- RequestCacheValidator.cs
- _ServiceNameStore.cs
- FormConverter.cs
- _NetworkingPerfCounters.cs
- CapacityStreamGeometryContext.cs
- CachingHintValidation.cs
- BamlBinaryReader.cs
- X509WindowsSecurityToken.cs
- OutputCacheSection.cs
- DefaultShape.cs
- Transform3D.cs
- _DisconnectOverlappedAsyncResult.cs
- EntityDataSourceEntityTypeFilterItem.cs
- XmlHierarchyData.cs
- COMException.cs
- ListControlStringCollectionEditor.cs
- basecomparevalidator.cs
- APCustomTypeDescriptor.cs
- ResourceDescriptionAttribute.cs
- AdditionalEntityFunctions.cs
- SQLBytesStorage.cs
- EventBuilder.cs
- MsmqInputSessionChannel.cs
- SiteMapDataSource.cs
- CollectionBuilder.cs
- CellParaClient.cs
- WinCategoryAttribute.cs
- EmissiveMaterial.cs
- WebPartMinimizeVerb.cs
- HttpRequestCacheValidator.cs
- ReadOnlyCollectionBase.cs
- HtmlImage.cs
- RawStylusActions.cs
- DataGridComponentEditor.cs
- IdentityModelDictionary.cs
- SafeProcessHandle.cs
- ListenerSessionConnection.cs
- BrushValueSerializer.cs
- ClientUrlResolverWrapper.cs
- MsmqTransportElement.cs
- SqlNodeAnnotations.cs
- WebConvert.cs
- DataGridViewElement.cs
- ScrollViewer.cs
- ApplicationFileParser.cs
- securitycriticaldataformultiplegetandset.cs
- SlipBehavior.cs
- XmlSchemaSet.cs
- DateTimeEditor.cs
- ColorMap.cs
- TextEditor.cs
- NullRuntimeConfig.cs
- ObjectQuery_EntitySqlExtensions.cs
- ContextStack.cs
- CompiledQuery.cs
- ContextDataSource.cs
- FilterElement.cs
- DotAtomReader.cs
- XmlMembersMapping.cs
- DrawingContextWalker.cs
- PermissionRequestEvidence.cs
- SqlNamer.cs
- TreeWalkHelper.cs
- X509Certificate2Collection.cs
- uribuilder.cs
- SafeRightsManagementHandle.cs
- UnmanagedMemoryStreamWrapper.cs
- Int16.cs
- GridView.cs
- PageParser.cs
- TextElementEnumerator.cs
- Automation.cs
- ReturnEventArgs.cs
- DataViewListener.cs
- Wizard.cs
- GroupStyle.cs
- RTLAwareMessageBox.cs
- WebPartConnectVerb.cs
- InternalCache.cs
- Configuration.cs
- IgnoreSection.cs