Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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
- RemotingConfiguration.cs
- ClientRuntimeConfig.cs
- RawKeyboardInputReport.cs
- SqlNamer.cs
- ErrorWebPart.cs
- MissingSatelliteAssemblyException.cs
- XPathAncestorQuery.cs
- DoWhileDesigner.xaml.cs
- EmptyQuery.cs
- TemplatedMailWebEventProvider.cs
- OneToOneMappingSerializer.cs
- ComponentCommands.cs
- FilterQuery.cs
- PoisonMessageException.cs
- SpoolingTaskBase.cs
- UrlMappingsModule.cs
- CompoundFileStreamReference.cs
- GACIdentityPermission.cs
- ConditionalBranch.cs
- FunctionParameter.cs
- WebPartVerb.cs
- EntityContainerAssociationSet.cs
- Material.cs
- WebHttpEndpointElement.cs
- DependencyPropertyDescriptor.cs
- PrintController.cs
- IWorkflowDebuggerService.cs
- ScaleTransform.cs
- InvalidProgramException.cs
- Activator.cs
- CookieProtection.cs
- OpenTypeLayout.cs
- ValidationEventArgs.cs
- SvcMapFile.cs
- ScriptDescriptor.cs
- PolicyUnit.cs
- PrimitiveList.cs
- ListBoxChrome.cs
- AesCryptoServiceProvider.cs
- StringComparer.cs
- OracleSqlParser.cs
- EnumerableRowCollection.cs
- DoubleUtil.cs
- Model3DGroup.cs
- LineSegment.cs
- HttpCacheVaryByContentEncodings.cs
- ExpandableObjectConverter.cs
- MultiTrigger.cs
- XmlConverter.cs
- MenuItem.cs
- StringValidatorAttribute.cs
- StyleCollection.cs
- MsmqProcessProtocolHandler.cs
- ListViewUpdatedEventArgs.cs
- JobInputBins.cs
- DesignBindingPicker.cs
- DrawItemEvent.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- Parser.cs
- ExpressionVisitorHelpers.cs
- BaseAsyncResult.cs
- controlskin.cs
- Parser.cs
- OrderPreservingSpoolingTask.cs
- BindingContext.cs
- CredentialCache.cs
- IItemContainerGenerator.cs
- HtmlTableCellCollection.cs
- MergeFilterQuery.cs
- KerberosSecurityTokenAuthenticator.cs
- WindowsBrush.cs
- StatementContext.cs
- XmlEntityReference.cs
- PackageRelationshipSelector.cs
- TabItem.cs
- DataBoundControlAdapter.cs
- _SpnDictionary.cs
- WebSysDefaultValueAttribute.cs
- GregorianCalendarHelper.cs
- BitmapEffectInputData.cs
- ToolZone.cs
- FacetChecker.cs
- CodePropertyReferenceExpression.cs
- Stroke2.cs
- IListConverters.cs
- BaseDataList.cs
- ExcludePathInfo.cs
- SystemTcpStatistics.cs
- XPathMessageFilterElement.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- QuotedPrintableStream.cs
- Helpers.cs
- CodeBlockBuilder.cs
- SpeechUI.cs
- CodePropertyReferenceExpression.cs
- PromptBuilder.cs
- FontEmbeddingManager.cs
- HotCommands.cs
- InternalsVisibleToAttribute.cs
- WsdlParser.cs