Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlIncludeAttribute.cs / 1305376 / XmlIncludeAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Interface | AttributeTargets.Method, AllowMultiple=true)] public class XmlIncludeAttribute : System.Attribute { Type type; ///[To be supplied.] ////// /// public XmlIncludeAttribute(Type type) { this.type = type; } ///[To be supplied.] ////// /// public Type Type { get { return type; } set { type = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ToolboxItem.cs
- WebHttpBehavior.cs
- EventLogReader.cs
- CustomValidator.cs
- PrintDialog.cs
- FlowLayout.cs
- CompositeCollection.cs
- TraceHandler.cs
- MaterialCollection.cs
- SystemWebCachingSectionGroup.cs
- MetadataElement.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- PrintDialogException.cs
- XNameConverter.cs
- StrokeCollectionDefaultValueFactory.cs
- FrameworkElementAutomationPeer.cs
- ChangePasswordDesigner.cs
- StylusPlugInCollection.cs
- ConstraintCollection.cs
- SynchronizationContext.cs
- DesignerAttribute.cs
- CommandID.cs
- StateValidator.cs
- BamlStream.cs
- IndexerNameAttribute.cs
- ConfigWriter.cs
- BrowserCapabilitiesFactory.cs
- WebErrorHandler.cs
- WebPartAuthorizationEventArgs.cs
- Slider.cs
- RegexParser.cs
- ModuleElement.cs
- RelationalExpressions.cs
- CryptoConfig.cs
- LookupBindingPropertiesAttribute.cs
- InvalidDataContractException.cs
- NameValueSectionHandler.cs
- cookiecollection.cs
- InputLangChangeEvent.cs
- VerificationException.cs
- DataGridViewRowHeaderCell.cs
- TextRangeProviderWrapper.cs
- TabControl.cs
- EncryptRequest.cs
- MailSettingsSection.cs
- TypeForwardedToAttribute.cs
- ListViewAutomationPeer.cs
- basecomparevalidator.cs
- DataList.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- MessageHeaderT.cs
- ObjectDataProvider.cs
- Decoder.cs
- DropSource.cs
- BinaryHeap.cs
- SelectedDatesCollection.cs
- DayRenderEvent.cs
- SchemaName.cs
- TransformedBitmap.cs
- DesignUtil.cs
- SpotLight.cs
- ResizeGrip.cs
- PerfCounters.cs
- XmlReaderSettings.cs
- InsufficientMemoryException.cs
- DataGridViewCellValidatingEventArgs.cs
- TemplatedControlDesigner.cs
- CodeMemberMethod.cs
- ResXBuildProvider.cs
- PixelShader.cs
- ListViewInsertedEventArgs.cs
- WebPartDescriptionCollection.cs
- HostedHttpRequestAsyncResult.cs
- ListViewSortEventArgs.cs
- PerformanceCounterCategory.cs
- HeaderCollection.cs
- RulePatternOps.cs
- InvalidDataContractException.cs
- PrincipalPermission.cs
- UxThemeWrapper.cs
- KeyBinding.cs
- AdapterUtil.cs
- ToggleProviderWrapper.cs
- XPathParser.cs
- ConstructorArgumentAttribute.cs
- TypeInformation.cs
- TimeoutException.cs
- ExpressionTable.cs
- SafeTokenHandle.cs
- ExpandoClass.cs
- ChameleonKey.cs
- Model3DGroup.cs
- XmlSchemaValidator.cs
- WeakEventTable.cs
- RefExpr.cs
- ISO2022Encoding.cs
- GlyphTypeface.cs
- ClientScriptManagerWrapper.cs
- PowerModeChangedEventArgs.cs
- BaseResourcesBuildProvider.cs