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; ////// [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. //------------------------------------------------------------------------------ //Represents a collection of properties that can be added to ///, /// , /// or . // 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.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
- KeyFrames.cs
- pingexception.cs
- SiteOfOriginPart.cs
- ExceptionNotification.cs
- SqlBooleanizer.cs
- QuaternionValueSerializer.cs
- RootBrowserWindow.cs
- InfoCardConstants.cs
- BamlTreeMap.cs
- VirtualPathUtility.cs
- AccessText.cs
- URLIdentityPermission.cs
- DoubleLinkListEnumerator.cs
- MediaPlayerState.cs
- FormsAuthenticationUserCollection.cs
- WebPartConnectionsEventArgs.cs
- Mapping.cs
- BitmapEffectDrawingContent.cs
- XmlSchemaSimpleTypeRestriction.cs
- CompositionTarget.cs
- EventHandlersStore.cs
- _UncName.cs
- StylusCaptureWithinProperty.cs
- XmlSiteMapProvider.cs
- NameObjectCollectionBase.cs
- XmlException.cs
- XmlSchemaAttributeGroup.cs
- ExtractedStateEntry.cs
- IHttpResponseInternal.cs
- DataControlCommands.cs
- BindValidator.cs
- CatalogPartCollection.cs
- SystemIPInterfaceProperties.cs
- CodeTypeDeclaration.cs
- StylusOverProperty.cs
- UniqueIdentifierService.cs
- MediaScriptCommandRoutedEventArgs.cs
- UIPermission.cs
- SoapServerProtocol.cs
- WindowsScrollBarBits.cs
- SqlBinder.cs
- IERequestCache.cs
- RelationshipNavigation.cs
- SizeIndependentAnimationStorage.cs
- PermissionToken.cs
- QueryCacheEntry.cs
- Wildcard.cs
- AdornedElementPlaceholder.cs
- SqlDataSourceConfigureFilterForm.cs
- NetworkCredential.cs
- Int32RectValueSerializer.cs
- BamlReader.cs
- shaperfactoryquerycachekey.cs
- XmlQueryRuntime.cs
- DateTimeOffset.cs
- FieldBuilder.cs
- Misc.cs
- Int64Animation.cs
- diagnosticsswitches.cs
- WSFederationHttpSecurity.cs
- DataPagerFieldCommandEventArgs.cs
- ColumnBinding.cs
- ToolBarPanel.cs
- TextSpan.cs
- CompilerHelpers.cs
- SettingsPropertyCollection.cs
- ApplicationCommands.cs
- EventBuilder.cs
- _LocalDataStoreMgr.cs
- RegistrySecurity.cs
- GlobalizationAssembly.cs
- EdmType.cs
- SelectionBorderGlyph.cs
- RawAppCommandInputReport.cs
- PrivilegedConfigurationManager.cs
- RecognizedPhrase.cs
- HttpTransportElement.cs
- ClientCultureInfo.cs
- TimeStampChecker.cs
- PersonalizablePropertyEntry.cs
- WorkerProcess.cs
- ToolbarAUtomationPeer.cs
- ArrangedElement.cs
- wgx_sdk_version.cs
- PolyLineSegmentFigureLogic.cs
- ReadContentAsBinaryHelper.cs
- ParseHttpDate.cs
- ChoiceConverter.cs
- MessageVersion.cs
- AttachmentCollection.cs
- ContentElement.cs
- _Semaphore.cs
- QuotedPrintableStream.cs
- SQLInt64.cs
- CaseStatement.cs
- DefaultWorkflowTransactionService.cs
- XmlDictionaryReader.cs
- ListControl.cs
- Hex.cs
- MergeFailedEvent.cs