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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ButtonFlatAdapter.cs
- DataTemplateSelector.cs
- SQLInt32Storage.cs
- documentsequencetextview.cs
- XAMLParseException.cs
- SemaphoreFullException.cs
- FixedSOMTableCell.cs
- NameValueConfigurationCollection.cs
- PipelineModuleStepContainer.cs
- FixedSOMPageElement.cs
- WebPartVerb.cs
- EndpointDiscoveryBehavior.cs
- XPathDocumentIterator.cs
- ToolStripContextMenu.cs
- ActivationServices.cs
- SystemIcmpV4Statistics.cs
- AppendHelper.cs
- ListViewPagedDataSource.cs
- InheritanceUI.cs
- BinaryKeyIdentifierClause.cs
- ContextMenu.cs
- TimeZone.cs
- BackoffTimeoutHelper.cs
- MatrixStack.cs
- SchemaImporter.cs
- MultipleViewPattern.cs
- PagedDataSource.cs
- PingReply.cs
- EarlyBoundInfo.cs
- DelegatingHeader.cs
- ipaddressinformationcollection.cs
- UIElementParagraph.cs
- SqlUnionizer.cs
- SafeEventLogReadHandle.cs
- DesignerExtenders.cs
- Expressions.cs
- WebConfigurationHost.cs
- SignerInfo.cs
- TextRangeEdit.cs
- WebConfigurationFileMap.cs
- WbmpConverter.cs
- XPathPatternParser.cs
- SystemIPGlobalStatistics.cs
- RoutingEndpointTrait.cs
- COM2Enum.cs
- DSASignatureDeformatter.cs
- GenericAuthenticationEventArgs.cs
- FormsAuthenticationCredentials.cs
- PrivacyNoticeBindingElementImporter.cs
- ListControl.cs
- DataGridViewColumnConverter.cs
- GridViewAutomationPeer.cs
- RuleValidation.cs
- lengthconverter.cs
- InvalidCastException.cs
- _HeaderInfo.cs
- NavigationProperty.cs
- TextRenderer.cs
- ProcessProtocolHandler.cs
- Facet.cs
- SHA256.cs
- KernelTypeValidation.cs
- UnionQueryOperator.cs
- ToolStripSeparatorRenderEventArgs.cs
- NonVisualControlAttribute.cs
- SectionUpdates.cs
- ResourceKey.cs
- XmlSchemaObject.cs
- SyndicationItemFormatter.cs
- TimelineGroup.cs
- EntityClassGenerator.cs
- RulePatternOps.cs
- RegionIterator.cs
- AuthenticatedStream.cs
- WindowsEditBoxRange.cs
- ListViewContainer.cs
- DescendantOverDescendantQuery.cs
- ValidationSummary.cs
- WebPartActionVerb.cs
- DispatcherOperation.cs
- PropertiesTab.cs
- ProtectedConfigurationSection.cs
- SqlConnectionString.cs
- ConfigXmlText.cs
- StreamGeometryContext.cs
- SynchronizedInputHelper.cs
- XPathQilFactory.cs
- QilExpression.cs
- TdsEnums.cs
- DetailsViewDeletedEventArgs.cs
- BindingContext.cs
- PropertySegmentSerializer.cs
- ProcessModule.cs
- PropertyEmitter.cs
- XmlReflectionImporter.cs
- ClosableStream.cs
- COM2ComponentEditor.cs
- X509Certificate2.cs
- messageonlyhwndwrapper.cs
- UnsignedPublishLicense.cs