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
- NumericPagerField.cs
- CounterSampleCalculator.cs
- UnsafeNativeMethods.cs
- QuaternionKeyFrameCollection.cs
- WhitespaceRule.cs
- MetadataHelper.cs
- RadialGradientBrush.cs
- EntityCommandCompilationException.cs
- AddInBase.cs
- CollectionConverter.cs
- TypeNameParser.cs
- NavigationFailedEventArgs.cs
- WindowsListView.cs
- ComContractElement.cs
- ExpressionPrinter.cs
- EventHandlerList.cs
- SerTrace.cs
- XamlTreeBuilder.cs
- WizardStepCollectionEditor.cs
- CodeEventReferenceExpression.cs
- SuppressIldasmAttribute.cs
- ToolStripDropDownClosedEventArgs.cs
- XmlChildEnumerator.cs
- ArrangedElementCollection.cs
- RequestNavigateEventArgs.cs
- Scanner.cs
- SoapSchemaImporter.cs
- SqlConnectionStringBuilder.cs
- EmptyControlCollection.cs
- UrlMappingsModule.cs
- VirtualizingPanel.cs
- CommandEventArgs.cs
- XamlWrappingReader.cs
- DataGridItem.cs
- ContentElement.cs
- DataRelationCollection.cs
- EmptyCollection.cs
- ItemChangedEventArgs.cs
- RSAPKCS1SignatureFormatter.cs
- XNameConverter.cs
- cookieexception.cs
- TemplateBuilder.cs
- ScriptMethodAttribute.cs
- SetMemberBinder.cs
- DriveInfo.cs
- HostingEnvironmentSection.cs
- ActivityCodeDomSerializer.cs
- TableHeaderCell.cs
- SourceItem.cs
- Int16Storage.cs
- BStrWrapper.cs
- SvcMapFile.cs
- DataSourceView.cs
- XmlSchemaSimpleContentExtension.cs
- ValueType.cs
- PersonalizationProviderHelper.cs
- QuotedPrintableStream.cs
- NameTable.cs
- MediaElementAutomationPeer.cs
- TypeElement.cs
- SynchronizationContext.cs
- SqlCharStream.cs
- PointAnimationUsingKeyFrames.cs
- ColumnBinding.cs
- IgnoreSection.cs
- SpeechDetectedEventArgs.cs
- WebPartUserCapability.cs
- Quack.cs
- HMACSHA1.cs
- XmlQueryCardinality.cs
- ReflectEventDescriptor.cs
- LeafCellTreeNode.cs
- SerializerProvider.cs
- PasswordRecovery.cs
- AuthenticationSection.cs
- PipeStream.cs
- DataGridViewCellStyleBuilderDialog.cs
- ComNativeDescriptor.cs
- QilReplaceVisitor.cs
- RijndaelManagedTransform.cs
- TextEndOfSegment.cs
- ResourceWriter.cs
- OSFeature.cs
- WebPartDisplayModeCancelEventArgs.cs
- DoubleIndependentAnimationStorage.cs
- DashStyle.cs
- Simplifier.cs
- FileDialog.cs
- WebServiceReceiveDesigner.cs
- ImpersonateTokenRef.cs
- DataList.cs
- WindowsListViewGroup.cs
- AttributedMetaModel.cs
- AutomationPropertyInfo.cs
- Permission.cs
- XmlParser.cs
- DetailsViewPagerRow.cs
- XmlWriter.cs
- BeginStoryboard.cs
- TemplateManager.cs