Code:
/ 4.0 / 4.0 / untmp / 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;
///
/// Represents a collection of properties that can be added to ,
/// ,
/// or .
///
[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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- localization.cs
- EncodingNLS.cs
- TreeNodeBinding.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- FragmentQueryProcessor.cs
- SelectionRangeConverter.cs
- SqlMethodTransformer.cs
- URLIdentityPermission.cs
- WebZone.cs
- FieldToken.cs
- EventListener.cs
- HttpPostedFileWrapper.cs
- RuntimeHandles.cs
- IndexOutOfRangeException.cs
- Repeater.cs
- RSACryptoServiceProvider.cs
- WorkflowMarkupSerializerMapping.cs
- StaticFileHandler.cs
- ConvertEvent.cs
- WrapperEqualityComparer.cs
- NavigationWindowAutomationPeer.cs
- NonDualMessageSecurityOverHttp.cs
- NumberFormatter.cs
- AstTree.cs
- RequestBringIntoViewEventArgs.cs
- TreeNodeStyleCollection.cs
- UnSafeCharBuffer.cs
- ExpandCollapseProviderWrapper.cs
- TerminatorSinks.cs
- DataGridViewCellValueEventArgs.cs
- SelectionPattern.cs
- ComponentRenameEvent.cs
- AlternateViewCollection.cs
- ColorContextHelper.cs
- CqlParser.cs
- _SecureChannel.cs
- Win32Native.cs
- ToolStripInSituService.cs
- DataGridRowClipboardEventArgs.cs
- WindowsBrush.cs
- AlternateViewCollection.cs
- HtmlInputText.cs
- NumberSubstitution.cs
- ISAPIRuntime.cs
- BamlRecordWriter.cs
- TextSpan.cs
- RelationshipDetailsRow.cs
- BmpBitmapEncoder.cs
- MessageFilter.cs
- CmsInterop.cs
- Mutex.cs
- DiagnosticTrace.cs
- CoreSwitches.cs
- BindingExpressionBase.cs
- SelectionWordBreaker.cs
- TextPenaltyModule.cs
- RuntimeDelegateArgument.cs
- ListBindableAttribute.cs
- _LoggingObject.cs
- SrgsSemanticInterpretationTag.cs
- Win32Interop.cs
- HttpWebResponse.cs
- FieldBuilder.cs
- EventListenerClientSide.cs
- InfoCardClaimCollection.cs
- RelatedCurrencyManager.cs
- SelectionProcessor.cs
- OleDbFactory.cs
- RoleGroupCollectionEditor.cs
- RepeatBehavior.cs
- DigitalSignatureProvider.cs
- JoinQueryOperator.cs
- VoiceInfo.cs
- DispatchChannelSink.cs
- InternalResources.cs
- IMembershipProvider.cs
- ClickablePoint.cs
- ConnectionInterfaceCollection.cs
- PerformanceCounterManager.cs
- XPathBinder.cs
- MissingManifestResourceException.cs
- DescendantBaseQuery.cs
- XPathArrayIterator.cs
- Propagator.ExtentPlaceholderCreator.cs
- Messages.cs
- OutOfProcStateClientManager.cs
- OleCmdHelper.cs
- DataBindingCollectionEditor.cs
- ImportCatalogPart.cs
- ToolStripControlHost.cs
- RelatedEnd.cs
- DockEditor.cs
- WebPartMovingEventArgs.cs
- PropertyDescriptorGridEntry.cs
- TextElementCollectionHelper.cs
- Point4D.cs
- VisualTreeUtils.cs
- OleDbCommandBuilder.cs
- XmlCodeExporter.cs
- ComNativeDescriptor.cs