Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / Serialization / XmlIncludeAttribute.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HwndProxyElementProvider.cs
- EventMap.cs
- UriTemplateLiteralQueryValue.cs
- PropertyExpression.cs
- CustomWebEventKey.cs
- PropertyEntry.cs
- SqlConnectionFactory.cs
- NullableBoolConverter.cs
- DetailsViewPagerRow.cs
- SmiEventSink_Default.cs
- ToolStripArrowRenderEventArgs.cs
- ThreadAbortException.cs
- BamlStream.cs
- SecurityHeader.cs
- EntityWithKeyStrategy.cs
- DetailsViewDeletedEventArgs.cs
- ErrorWrapper.cs
- SimpleMailWebEventProvider.cs
- AlternationConverter.cs
- LambdaCompiler.Unary.cs
- ObsoleteAttribute.cs
- SiteMapProvider.cs
- TimerElapsedEvenArgs.cs
- StringDictionaryCodeDomSerializer.cs
- _FtpControlStream.cs
- InvalidStoreProtectionKeyException.cs
- StickyNoteContentControl.cs
- ExceptionWrapper.cs
- UnSafeCharBuffer.cs
- PeerCollaboration.cs
- MatrixAnimationUsingPath.cs
- ToolStripItemCollection.cs
- RelatedPropertyManager.cs
- CodeRemoveEventStatement.cs
- Vector.cs
- CodeConstructor.cs
- RegexReplacement.cs
- PenCursorManager.cs
- FileSystemEventArgs.cs
- DependencyProperty.cs
- ProfileServiceManager.cs
- ExecutionProperties.cs
- XmlDataSourceView.cs
- Debug.cs
- Pair.cs
- SiteMembershipCondition.cs
- CommonDialog.cs
- DataGridViewHitTestInfo.cs
- Imaging.cs
- CompositeDuplexBindingElement.cs
- PrintPageEvent.cs
- DnsPermission.cs
- XmlDigitalSignatureProcessor.cs
- OLEDB_Util.cs
- EmptyQuery.cs
- SQLInt32Storage.cs
- Facet.cs
- TempFiles.cs
- EventManager.cs
- XmlSerializerAssemblyAttribute.cs
- DataGridViewSelectedCellCollection.cs
- __Filters.cs
- XmlCharacterData.cs
- NonSerializedAttribute.cs
- SelectionWordBreaker.cs
- Geometry3D.cs
- ConvertersCollection.cs
- InputReport.cs
- SemanticAnalyzer.cs
- RelationshipManager.cs
- AssemblyBuilder.cs
- IsolatedStorageFilePermission.cs
- HtmlUtf8RawTextWriter.cs
- ProxyRpc.cs
- StatusBar.cs
- ActionItem.cs
- ASCIIEncoding.cs
- ConfigurationSettings.cs
- DataServiceProviderMethods.cs
- _LocalDataStore.cs
- WebPartRestoreVerb.cs
- SQLDateTime.cs
- DispatchChannelSink.cs
- CLSCompliantAttribute.cs
- HttpProtocolImporter.cs
- HttpCookiesSection.cs
- RewritingPass.cs
- UpdateExpressionVisitor.cs
- Random.cs
- SoapProtocolImporter.cs
- DynamicResourceExtension.cs
- StrongName.cs
- TransportSecurityHelpers.cs
- HttpRawResponse.cs
- GridLengthConverter.cs
- ISO2022Encoding.cs
- TraceSwitch.cs
- LinqDataSourceStatusEventArgs.cs
- errorpatternmatcher.cs
- XmlSchemaParticle.cs