Code:
/ 4.0 / 4.0 / 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 . // 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
- XmlEnumAttribute.cs
- PageSetupDialog.cs
- ConnectivityStatus.cs
- ServerValidateEventArgs.cs
- HtmlInputHidden.cs
- HtmlTable.cs
- DataGridItemEventArgs.cs
- WindowsPen.cs
- HTMLTextWriter.cs
- Attributes.cs
- AutomationAttributeInfo.cs
- DefinitionUpdate.cs
- DirectoryInfo.cs
- ColorAnimationUsingKeyFrames.cs
- NativeMethods.cs
- CodeExpressionRuleDeclaration.cs
- SplitterCancelEvent.cs
- Send.cs
- Converter.cs
- ProgressChangedEventArgs.cs
- ListBase.cs
- DivideByZeroException.cs
- StylusOverProperty.cs
- ControlParameter.cs
- CompositeDuplexBindingElementImporter.cs
- ToolBarDesigner.cs
- Italic.cs
- Process.cs
- CaseCqlBlock.cs
- TreeIterator.cs
- ListParaClient.cs
- ListenUriMode.cs
- CryptoApi.cs
- BoolExpr.cs
- FaultCallbackWrapper.cs
- EventMappingSettings.cs
- AstTree.cs
- xamlnodes.cs
- TextParaClient.cs
- Property.cs
- InternalBase.cs
- SortQuery.cs
- DocumentPageHost.cs
- RefType.cs
- StorageEntitySetMapping.cs
- BreakRecordTable.cs
- WebRequestModulesSection.cs
- SerializerProvider.cs
- _CommandStream.cs
- TimersDescriptionAttribute.cs
- Parser.cs
- AnnotationComponentManager.cs
- RepeaterItemEventArgs.cs
- DBDataPermission.cs
- OleDbErrorCollection.cs
- ContractUtils.cs
- DiscoveryMessageSequenceCD1.cs
- PagePropertiesChangingEventArgs.cs
- XslCompiledTransform.cs
- PointCollectionConverter.cs
- DataGridViewComboBoxColumn.cs
- AppSettingsExpressionBuilder.cs
- ConnectionString.cs
- DataAdapter.cs
- InteropAutomationProvider.cs
- DiffuseMaterial.cs
- InstanceCreationEditor.cs
- XamlClipboardData.cs
- SessionStateUtil.cs
- TextCharacters.cs
- MetadataArtifactLoaderCompositeFile.cs
- DataGridViewRowCancelEventArgs.cs
- ApplySecurityAndSendAsyncResult.cs
- OracleNumber.cs
- AttributeSetAction.cs
- BitmapImage.cs
- CriticalHandle.cs
- TypeConverterAttribute.cs
- LingerOption.cs
- AccessKeyManager.cs
- BrowserDefinition.cs
- SystemNetHelpers.cs
- DataGridViewTextBoxEditingControl.cs
- Vector3dCollection.cs
- smtpconnection.cs
- BaseUriHelper.cs
- EntityException.cs
- PageThemeCodeDomTreeGenerator.cs
- EdmSchemaAttribute.cs
- TrackBar.cs
- WindowsListViewGroupHelper.cs
- HttpException.cs
- IsolatedStorage.cs
- PhysicalFontFamily.cs
- ADMembershipProvider.cs
- ProviderManager.cs
- ImageDrawing.cs
- DesignerForm.cs
- SchemaExporter.cs
- KeyProperty.cs