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
- MarshalByRefObject.cs
- InvokeMethodActivity.cs
- ServiceContractGenerator.cs
- SubpageParagraph.cs
- BooleanProjectedSlot.cs
- SoapClientMessage.cs
- ListViewHitTestInfo.cs
- CompilerGeneratedAttribute.cs
- DataMisalignedException.cs
- PropertyMappingExceptionEventArgs.cs
- ListenerConstants.cs
- FileLoadException.cs
- HotSpotCollection.cs
- KeyToListMap.cs
- SafeProcessHandle.cs
- PerspectiveCamera.cs
- TextServicesDisplayAttribute.cs
- HebrewNumber.cs
- XmlSchemaSimpleType.cs
- UriTemplateQueryValue.cs
- ClassData.cs
- ControlDesignerState.cs
- NavigationPropertyEmitter.cs
- RootBrowserWindowProxy.cs
- SqlVersion.cs
- Timer.cs
- MailMessage.cs
- Vector3D.cs
- SystemIPGlobalStatistics.cs
- TemplateControlBuildProvider.cs
- XmlnsDefinitionAttribute.cs
- DateTimeConverter.cs
- BaseDataBoundControl.cs
- SmiTypedGetterSetter.cs
- XamlReaderHelper.cs
- SymbolEqualComparer.cs
- GridViewUpdatedEventArgs.cs
- ObjectDataProvider.cs
- Ref.cs
- BitmapMetadata.cs
- CounterSampleCalculator.cs
- GroupByExpressionRewriter.cs
- DataListItemCollection.cs
- HtmlShim.cs
- WebPartDisplayModeEventArgs.cs
- MimeParameterWriter.cs
- TableAdapterManagerHelper.cs
- SoundPlayer.cs
- DiagnosticTrace.cs
- WhitespaceSignificantCollectionAttribute.cs
- NumberAction.cs
- StreamUpgradeProvider.cs
- MessageBox.cs
- XmlArrayItemAttributes.cs
- BaseProcessProtocolHandler.cs
- WebPartAddingEventArgs.cs
- SqlConnectionStringBuilder.cs
- StylusOverProperty.cs
- SmiConnection.cs
- FixedDSBuilder.cs
- Permission.cs
- pingexception.cs
- MetadataArtifactLoaderCompositeFile.cs
- Cursors.cs
- UserInitiatedRoutedEventPermissionAttribute.cs
- XmlILStorageConverter.cs
- ClosableStream.cs
- webbrowsersite.cs
- TypeConverterAttribute.cs
- CachedBitmap.cs
- ActivityMetadata.cs
- Psha1DerivedKeyGenerator.cs
- DBSchemaRow.cs
- OdbcConnectionPoolProviderInfo.cs
- PropertyAccessVisitor.cs
- OdbcConnectionOpen.cs
- DictionaryEditChange.cs
- NavigationHelper.cs
- SQLStringStorage.cs
- ZipArchive.cs
- TypeForwardedToAttribute.cs
- VectorAnimation.cs
- TypeForwardedToAttribute.cs
- ContractComponent.cs
- RightsManagementEncryptionTransform.cs
- documentation.cs
- ConvertEvent.cs
- OptimizerPatterns.cs
- ToolStripControlHost.cs
- FileRecordSequenceHelper.cs
- WindowsStartMenu.cs
- DataTemplate.cs
- EntityDataSourceQueryBuilder.cs
- SemaphoreFullException.cs
- WeakRefEnumerator.cs
- ThicknessAnimationBase.cs
- DesignerHierarchicalDataSourceView.cs
- ValueQuery.cs
- Int16.cs
- MessageSmuggler.cs