Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- Stopwatch.cs
- SqlMethodCallConverter.cs
- TabControlEvent.cs
- DatePickerAutomationPeer.cs
- DispatcherOperation.cs
- ScrollPattern.cs
- ConfigXmlWhitespace.cs
- SoapAttributeAttribute.cs
- CompositeScriptReference.cs
- ContextMarshalException.cs
- TreeViewItem.cs
- ConfigurationManagerHelper.cs
- ParallelActivityDesigner.cs
- ObjectParameter.cs
- ConfigurationErrorsException.cs
- ServiceNotStartedException.cs
- ConnectionPointCookie.cs
- ResXBuildProvider.cs
- GlyphCache.cs
- ArraySet.cs
- EventLogTraceListener.cs
- Literal.cs
- CodeArrayCreateExpression.cs
- RepeaterItemEventArgs.cs
- EventLogEntry.cs
- PagesChangedEventArgs.cs
- WebConfigurationHostFileChange.cs
- JsonEncodingStreamWrapper.cs
- ClientSettingsSection.cs
- AuthorizationRuleCollection.cs
- FixedHighlight.cs
- HWStack.cs
- CustomWebEventKey.cs
- ArrayConverter.cs
- MemberRestriction.cs
- ToolStripCustomTypeDescriptor.cs
- NonValidatingSecurityTokenAuthenticator.cs
- DebuggerService.cs
- CompoundFileReference.cs
- WhitespaceRule.cs
- ObjectResult.cs
- TypeTypeConverter.cs
- SamlSerializer.cs
- ConsoleKeyInfo.cs
- SmiEventSink_DeferedProcessing.cs
- MethodCallConverter.cs
- DurableOperationContext.cs
- SimpleHandlerBuildProvider.cs
- RuleSetDialog.Designer.cs
- PanelStyle.cs
- TargetPerspective.cs
- EditorAttribute.cs
- TableSectionStyle.cs
- FormDesigner.cs
- XmlNodeList.cs
- TextRange.cs
- XmlDataLoader.cs
- Win32.cs
- SizeFConverter.cs
- FormattedText.cs
- X509Certificate2Collection.cs
- ConfigurationValue.cs
- DocumentPageViewAutomationPeer.cs
- UrlPath.cs
- PeerSecurityHelpers.cs
- PeerNameResolver.cs
- NavigatorOutput.cs
- EpmSourcePathSegment.cs
- Pts.cs
- SortDescription.cs
- IOThreadScheduler.cs
- ProcessHostServerConfig.cs
- XmlWrappingReader.cs
- OptimizedTemplateContent.cs
- WorkflowDefinitionDispenser.cs
- AttributeProviderAttribute.cs
- SapiRecoContext.cs
- XmlSchemaInfo.cs
- XmlCharacterData.cs
- EntityDesignerBuildProvider.cs
- AnonymousIdentificationSection.cs
- ValidationUtility.cs
- DesignerAttribute.cs
- SystemGatewayIPAddressInformation.cs
- RenderData.cs
- SoapRpcMethodAttribute.cs
- LogicalExpr.cs
- FontUnitConverter.cs
- ColumnMapProcessor.cs
- ManipulationInertiaStartingEventArgs.cs
- StreamInfo.cs
- DefaultValueTypeConverter.cs
- ScriptDescriptor.cs
- FileDetails.cs
- CngProperty.cs
- SimpleHandlerBuildProvider.cs
- SqlRowUpdatedEvent.cs
- Trustee.cs
- MetabaseServerConfig.cs
- StringBuilder.cs