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; ////// [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
- StatusBar.cs
- Relationship.cs
- DetailsViewPageEventArgs.cs
- TypeConverterHelper.cs
- Assert.cs
- CodeMemberField.cs
- ListViewItem.cs
- ForceCopyBuildProvider.cs
- HotSpot.cs
- XmlSchemaSubstitutionGroup.cs
- MediaEntryAttribute.cs
- MemoryStream.cs
- TextEditorTables.cs
- PagerStyle.cs
- WrappedDispatcherException.cs
- RuntimeConfigurationRecord.cs
- DataGridViewCellStateChangedEventArgs.cs
- DesignerObject.cs
- GatewayDefinition.cs
- TextTreeInsertUndoUnit.cs
- SafeUserTokenHandle.cs
- CipherData.cs
- ProfilePropertySettings.cs
- LinearKeyFrames.cs
- DbProviderSpecificTypePropertyAttribute.cs
- WebPartVerbsEventArgs.cs
- StringUtil.cs
- Sql8ConformanceChecker.cs
- UserPreferenceChangingEventArgs.cs
- TerminatorSinks.cs
- WorkerProcess.cs
- XmlEncodedRawTextWriter.cs
- PolyLineSegment.cs
- GenericXmlSecurityTokenAuthenticator.cs
- CompositeControl.cs
- HtmlFormParameterWriter.cs
- CodeTypeReferenceExpression.cs
- _SslSessionsCache.cs
- DependentList.cs
- Property.cs
- PlatformNotSupportedException.cs
- BlurEffect.cs
- IIS7WorkerRequest.cs
- DataGridViewCellStyleChangedEventArgs.cs
- MemberHolder.cs
- LogPolicy.cs
- remotingproxy.cs
- DrawingBrush.cs
- KeyValueConfigurationCollection.cs
- ScrollPattern.cs
- HttpRuntime.cs
- TextBoxRenderer.cs
- DefaultTextStoreTextComposition.cs
- ShaderEffect.cs
- behaviorssection.cs
- Base64Decoder.cs
- Animatable.cs
- PageBuildProvider.cs
- UserValidatedEventArgs.cs
- CellQuery.cs
- HtmlElementCollection.cs
- SchemaImporterExtensionElement.cs
- DataGridCell.cs
- EdmProviderManifest.cs
- CodeIndexerExpression.cs
- ReadOnlyState.cs
- NavigationPropertyEmitter.cs
- EffectiveValueEntry.cs
- RootBrowserWindowAutomationPeer.cs
- XmlSchemaSimpleContentRestriction.cs
- MetadataArtifactLoaderCompositeFile.cs
- SchemaExporter.cs
- BaseDataList.cs
- IconHelper.cs
- ChtmlFormAdapter.cs
- DesignerActionVerbItem.cs
- CultureInfo.cs
- SplitterPanel.cs
- SchemaTypeEmitter.cs
- FileRegion.cs
- GridEntryCollection.cs
- ConfigurationStrings.cs
- AutomationElementCollection.cs
- Repeater.cs
- CodeGenerator.cs
- WebServiceReceiveDesigner.cs
- CodeObjectCreateExpression.cs
- sitestring.cs
- ContractInstanceProvider.cs
- EncoderParameters.cs
- CodeEntryPointMethod.cs
- MenuAdapter.cs
- Vector3D.cs
- CodeAttributeArgument.cs
- AlignmentXValidation.cs
- SqlDataSourceQueryEditor.cs
- MemberInfoSerializationHolder.cs
- XPathQilFactory.cs
- HitTestFilterBehavior.cs
- GlyphRun.cs