Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; ////// [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.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
- GenericArgumentsUpdater.cs
- SelectionPattern.cs
- CallSiteOps.cs
- XNodeNavigator.cs
- PolicyStatement.cs
- ListItemViewControl.cs
- Hyperlink.cs
- HandleRef.cs
- DoWorkEventArgs.cs
- HtmlTableRowCollection.cs
- ObfuscateAssemblyAttribute.cs
- XmlObjectSerializerContext.cs
- RC2CryptoServiceProvider.cs
- Stack.cs
- Geometry3D.cs
- XmlQueryType.cs
- MulticastOption.cs
- PeerTransportSecuritySettings.cs
- KnownTypeHelper.cs
- CalendarAutoFormat.cs
- TargetControlTypeAttribute.cs
- StaticSiteMapProvider.cs
- ComAdminWrapper.cs
- FragmentQueryProcessor.cs
- VectorConverter.cs
- VirtualizingPanel.cs
- CloudCollection.cs
- LocatorPart.cs
- GeneralTransform3DGroup.cs
- TypeConverters.cs
- LinqDataSourceContextEventArgs.cs
- ControlLocalizer.cs
- SequenceNumber.cs
- _BasicClient.cs
- DataListItemCollection.cs
- FlowDocumentView.cs
- EndpointNameMessageFilter.cs
- WebPartEventArgs.cs
- InputScopeNameConverter.cs
- COM2ComponentEditor.cs
- BooleanSwitch.cs
- AccessKeyManager.cs
- CompareValidator.cs
- __Filters.cs
- QueryOptionExpression.cs
- AttributeParameterInfo.cs
- CodeDomExtensionMethods.cs
- Latin1Encoding.cs
- DesignTimeVisibleAttribute.cs
- NetStream.cs
- VirtualPathProvider.cs
- DataGridTemplateColumn.cs
- RootBrowserWindowAutomationPeer.cs
- XamlInt32CollectionSerializer.cs
- BooleanSwitch.cs
- MeasureData.cs
- AssertSection.cs
- BuildProviderAppliesToAttribute.cs
- InnerItemCollectionView.cs
- ZipPackagePart.cs
- SQLInt64Storage.cs
- ViewValidator.cs
- PermissionToken.cs
- ShapeTypeface.cs
- TreeView.cs
- HostVisual.cs
- ToolZoneDesigner.cs
- SqlVisitor.cs
- DetailsViewDeletedEventArgs.cs
- OleCmdHelper.cs
- ProgressiveCrcCalculatingStream.cs
- _UriTypeConverter.cs
- FixedTextPointer.cs
- Mappings.cs
- XPathBinder.cs
- SelectedGridItemChangedEvent.cs
- TreeNodeStyle.cs
- PathSegment.cs
- WhiteSpaceTrimStringConverter.cs
- PolicyManager.cs
- AssociationTypeEmitter.cs
- RtfControls.cs
- BindingNavigator.cs
- ReachPageContentCollectionSerializerAsync.cs
- InternalBufferManager.cs
- TraceInternal.cs
- CultureData.cs
- PropertyBuilder.cs
- TextRunCacheImp.cs
- PeerCollaborationPermission.cs
- XPathNodePointer.cs
- ActivityInterfaces.cs
- SessionState.cs
- ExpandableObjectConverter.cs
- Predicate.cs
- lengthconverter.cs
- AdapterUtil.cs
- VirtualPathUtility.cs
- AlphabetConverter.cs
- XmlSchemaObjectTable.cs