Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / PropertyCollection.cs / 1305376 / PropertyCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; using System.Collections; using System.Runtime.Serialization; ////// [Serializable] public 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
- basecomparevalidator.cs
- NamespaceExpr.cs
- CodeTypeMemberCollection.cs
- BinHexEncoder.cs
- TraceUtility.cs
- SizeIndependentAnimationStorage.cs
- SafeUserTokenHandle.cs
- SafeTimerHandle.cs
- SimpleLine.cs
- ContentHostHelper.cs
- Filter.cs
- RuleSettings.cs
- CodeSnippetTypeMember.cs
- ImageFormatConverter.cs
- SerializationStore.cs
- BaseValidator.cs
- ServiceDescriptionData.cs
- IsolatedStorageException.cs
- TraceRecord.cs
- IsolatedStorageException.cs
- ViewGenResults.cs
- EllipticalNodeOperations.cs
- MissingFieldException.cs
- MdiWindowListStrip.cs
- TreeNode.cs
- XsltArgumentList.cs
- HiddenFieldDesigner.cs
- FileEnumerator.cs
- EntityContainerEntitySetDefiningQuery.cs
- AnnotationObservableCollection.cs
- VSWCFServiceContractGenerator.cs
- InputMethod.cs
- FontStretchConverter.cs
- OdbcConnectionFactory.cs
- ObjectTypeMapping.cs
- IndexingContentUnit.cs
- VerticalAlignConverter.cs
- PointAnimationUsingKeyFrames.cs
- ForceCopyBuildProvider.cs
- DataGridViewTextBoxColumn.cs
- StatusBar.cs
- Transform3DGroup.cs
- DrawingVisualDrawingContext.cs
- TabletDeviceInfo.cs
- ViewSimplifier.cs
- ConfigUtil.cs
- ReceiveMessageContent.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- Error.cs
- GifBitmapDecoder.cs
- GifBitmapEncoder.cs
- ConnectionConsumerAttribute.cs
- TagPrefixInfo.cs
- ErrorStyle.cs
- IProvider.cs
- ObjectItemConventionAssemblyLoader.cs
- BinaryFormatterSinks.cs
- ExceptionUtility.cs
- SoapCodeExporter.cs
- FixedSOMFixedBlock.cs
- DecoderExceptionFallback.cs
- SelectionBorderGlyph.cs
- ColorDialog.cs
- TypedElement.cs
- CodeExporter.cs
- WmpBitmapDecoder.cs
- DataPagerFieldCollection.cs
- HierarchicalDataSourceControl.cs
- PassportPrincipal.cs
- QilSortKey.cs
- CodeDomConfigurationHandler.cs
- JournalEntry.cs
- Point4D.cs
- OwnerDrawPropertyBag.cs
- SocketElement.cs
- SettingsAttributeDictionary.cs
- OrderedDictionaryStateHelper.cs
- TextEffect.cs
- SHA512Managed.cs
- FloaterParaClient.cs
- UnsignedPublishLicense.cs
- PrintPreviewDialog.cs
- PageEventArgs.cs
- DocumentApplicationJournalEntry.cs
- CheckBox.cs
- FusionWrap.cs
- WebPartManager.cs
- SchemaNotation.cs
- SoapEnumAttribute.cs
- TypeCodeDomSerializer.cs
- ReadOnlyTernaryTree.cs
- ResourceExpressionBuilder.cs
- BlockUIContainer.cs
- Cursors.cs
- MenuAdapter.cs
- TextBlockAutomationPeer.cs
- ExtendedProtectionPolicyElement.cs
- WindowPattern.cs
- FeatureSupport.cs
- DiscoveryClient.cs