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
- mediaeventshelper.cs
- LocalizableResourceBuilder.cs
- LeaseManager.cs
- SynchronizationContext.cs
- TranslateTransform.cs
- MemberRelationshipService.cs
- SimpleWorkerRequest.cs
- LongSumAggregationOperator.cs
- RefreshPropertiesAttribute.cs
- SystemColors.cs
- CorruptingExceptionCommon.cs
- MediaEntryAttribute.cs
- BindableTemplateBuilder.cs
- SpeechEvent.cs
- RecipientInfo.cs
- AutomationFocusChangedEventArgs.cs
- ExpressionBindings.cs
- WebPartConnectionsConnectVerb.cs
- PointCollection.cs
- ReadOnlyCollection.cs
- SettingsProperty.cs
- ControlParser.cs
- ToolStripControlHost.cs
- VisualStyleTypesAndProperties.cs
- ProfileSection.cs
- InternalTransaction.cs
- RectangleGeometry.cs
- SwitchExpression.cs
- TypeLibConverter.cs
- ClientConfigPaths.cs
- DownloadProgressEventArgs.cs
- XPathScanner.cs
- CommandDevice.cs
- HierarchicalDataTemplate.cs
- HwndSourceParameters.cs
- SizeAnimation.cs
- RoleGroup.cs
- File.cs
- WebSysDefaultValueAttribute.cs
- ThreadStateException.cs
- PtsHelper.cs
- FilteredDataSetHelper.cs
- ChangeConflicts.cs
- UriScheme.cs
- FactoryGenerator.cs
- WriteTimeStream.cs
- TypeListConverter.cs
- Page.cs
- ToolStripDropDownClosingEventArgs.cs
- OdbcErrorCollection.cs
- DataObjectFieldAttribute.cs
- HostingPreferredMapPath.cs
- FieldNameLookup.cs
- PropertyHelper.cs
- Message.cs
- PrintPreviewControl.cs
- AddInAdapter.cs
- TextHidden.cs
- SingleKeyFrameCollection.cs
- ExecutionEngineException.cs
- HtmlTableRowCollection.cs
- wgx_commands.cs
- MetadataResolver.cs
- EditorPart.cs
- SQLDoubleStorage.cs
- TableCell.cs
- PaintValueEventArgs.cs
- UnauthorizedAccessException.cs
- PrincipalPermission.cs
- _ChunkParse.cs
- DataListItem.cs
- SizeF.cs
- FtpRequestCacheValidator.cs
- ChannelSettingsElement.cs
- MonikerProxyAttribute.cs
- ImageConverter.cs
- HistoryEventArgs.cs
- DataGridViewDataErrorEventArgs.cs
- HtmlUtf8RawTextWriter.cs
- UnsafeNativeMethods.cs
- TextMarkerSource.cs
- AnnotationStore.cs
- TransformerTypeCollection.cs
- ElementUtil.cs
- ToolStripItemEventArgs.cs
- ConfigurationHandlersInstallComponent.cs
- SafeCertificateContext.cs
- GeometryGroup.cs
- DefaultWorkflowSchedulerService.cs
- Operators.cs
- SmtpNegotiateAuthenticationModule.cs
- DurableInstancingOptions.cs
- OrderedDictionaryStateHelper.cs
- DataObject.cs
- ContextBase.cs
- HttpDebugHandler.cs
- TypeLibConverter.cs
- CodeConstructor.cs
- ZipIOFileItemStream.cs
- MarshalByValueComponent.cs