Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- DefaultTraceListener.cs
- TagPrefixCollection.cs
- RoleGroupCollection.cs
- PolicyManager.cs
- ConditionalAttribute.cs
- OperationContractAttribute.cs
- GuidConverter.cs
- MD5CryptoServiceProvider.cs
- SqlBulkCopyColumnMappingCollection.cs
- QueryExpr.cs
- RenderingEventArgs.cs
- StorageModelBuildProvider.cs
- XMLDiffLoader.cs
- StyleHelper.cs
- RemoteWebConfigurationHost.cs
- CapabilitiesState.cs
- StructuredTypeEmitter.cs
- Parameter.cs
- ProxyWebPart.cs
- ArgIterator.cs
- EntryWrittenEventArgs.cs
- OutputCacheProfileCollection.cs
- BlockCollection.cs
- TextParagraphView.cs
- xmlfixedPageInfo.cs
- XmlAnyElementAttribute.cs
- AssemblyAttributesGoHere.cs
- BufferedGraphicsManager.cs
- SizeValueSerializer.cs
- NamedElement.cs
- DeviceContexts.cs
- PanelDesigner.cs
- StringComparer.cs
- MexServiceChannelBuilder.cs
- SystemIcmpV6Statistics.cs
- ItemTypeToolStripMenuItem.cs
- BatchParser.cs
- SubclassTypeValidatorAttribute.cs
- ProcessProtocolHandler.cs
- RequestCachePolicy.cs
- RightsManagementInformation.cs
- PropertyGridView.cs
- WSSecureConversationDec2005.cs
- EnumDataContract.cs
- UnsafeNativeMethods.cs
- CollaborationHelperFunctions.cs
- Control.cs
- HyperLinkColumn.cs
- ContentPathSegment.cs
- WindowsComboBox.cs
- IisTraceWebEventProvider.cs
- Exception.cs
- HorizontalAlignConverter.cs
- ToolConsole.cs
- ScrollItemPatternIdentifiers.cs
- Expr.cs
- DictionarySectionHandler.cs
- Quaternion.cs
- HtmlInputReset.cs
- UnmanagedMemoryAccessor.cs
- DataControlFieldCell.cs
- NotImplementedException.cs
- AdvancedBindingPropertyDescriptor.cs
- MarkupObject.cs
- StringSource.cs
- RemotingException.cs
- TcpActivation.cs
- DecoderFallback.cs
- SizeAnimationUsingKeyFrames.cs
- ToolStripItem.cs
- SystemThemeKey.cs
- CommandID.cs
- ModuleBuilderData.cs
- HMACSHA384.cs
- CompositeScriptReference.cs
- TraceContextRecord.cs
- DataGridViewUtilities.cs
- AccessibleObject.cs
- EmptyQuery.cs
- InputProviderSite.cs
- CloudCollection.cs
- RectAnimationUsingKeyFrames.cs
- TrackBarRenderer.cs
- QueryStringHandler.cs
- XamlReaderHelper.cs
- PopupEventArgs.cs
- TextEditorSelection.cs
- autovalidator.cs
- OdbcUtils.cs
- LockedHandleGlyph.cs
- TransformerConfigurationWizardBase.cs
- ServicePointManager.cs
- Style.cs
- WebPartVerbsEventArgs.cs
- SQLConvert.cs
- StdRegProviderWrapper.cs
- SimpleTypeResolver.cs
- SoapElementAttribute.cs
- ToolStripCodeDomSerializer.cs
- ResourceManagerWrapper.cs