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
- PrintingPermissionAttribute.cs
- ConfigPathUtility.cs
- PeerApplication.cs
- ContentPropertyAttribute.cs
- _SingleItemRequestCache.cs
- RoleServiceManager.cs
- SafeHandle.cs
- InkSerializer.cs
- SafePointer.cs
- HtmlContainerControl.cs
- EnumerableRowCollection.cs
- WeakRefEnumerator.cs
- PtsPage.cs
- DataSourceExpressionCollection.cs
- CaseInsensitiveHashCodeProvider.cs
- TypeConverterBase.cs
- ViewBase.cs
- NumericUpDownAccelerationCollection.cs
- DataAdapter.cs
- LinqDataSourceContextData.cs
- DynamicPropertyReader.cs
- WebEvents.cs
- ListBoxChrome.cs
- MimePart.cs
- HtmlInputText.cs
- DataControlFieldHeaderCell.cs
- CollectionChangeEventArgs.cs
- HandledEventArgs.cs
- SchemaTypeEmitter.cs
- TaskHelper.cs
- ElementNotEnabledException.cs
- HTTPRemotingHandler.cs
- DESCryptoServiceProvider.cs
- ObjectSet.cs
- SelectedDatesCollection.cs
- TraceSource.cs
- MessageQueueInstaller.cs
- httpapplicationstate.cs
- SqlParameterCollection.cs
- PlanCompilerUtil.cs
- TransportElement.cs
- MemoryResponseElement.cs
- ServiceDescriptionImporter.cs
- Privilege.cs
- IsolatedStorageFileStream.cs
- WindowAutomationPeer.cs
- DesignerLoader.cs
- ProxyGenerator.cs
- PolyBezierSegmentFigureLogic.cs
- ExpressionParser.cs
- MetadataItem.cs
- oledbconnectionstring.cs
- UriTemplateTable.cs
- NamedElement.cs
- DoubleConverter.cs
- TextElementAutomationPeer.cs
- CustomErrorsSection.cs
- Attributes.cs
- XPathNodeHelper.cs
- InternalResources.cs
- TextChangedEventArgs.cs
- DefaultSection.cs
- CancellationToken.cs
- CombinedGeometry.cs
- CommandHelpers.cs
- HtmlInputReset.cs
- RegexRunnerFactory.cs
- StreamGeometryContext.cs
- ImageButton.cs
- ProjectionNode.cs
- EdmProperty.cs
- GridItemPattern.cs
- EventManager.cs
- ScriptRegistrationManager.cs
- WebPartTransformer.cs
- HttpEncoder.cs
- WsatServiceAddress.cs
- SkipStoryboardToFill.cs
- GlyphTypeface.cs
- TaskFormBase.cs
- HttpListenerElement.cs
- EventMetadata.cs
- DelegatedStream.cs
- SafeLocalMemHandle.cs
- ImpersonationContext.cs
- TransformConverter.cs
- StringComparer.cs
- AsymmetricAlgorithm.cs
- SocketElement.cs
- odbcmetadatacollectionnames.cs
- EntityConnection.cs
- Calendar.cs
- DbFunctionCommandTree.cs
- ExceptionWrapper.cs
- RegistrySecurity.cs
- SignerInfo.cs
- SafePipeHandle.cs
- WebPartZoneBase.cs
- EmptyStringExpandableObjectConverter.cs
- DiscoveryDocumentSerializer.cs