Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / SoapIncludeAttribute.cs / 1305376 / SoapIncludeAttribute.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 SoapIncludeAttribute : System.Attribute { Type type; ///[To be supplied.] ////// /// public SoapIncludeAttribute(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 SoapIncludeAttribute : System.Attribute { Type type; ///[To be supplied.] ////// /// public SoapIncludeAttribute(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
- EllipticalNodeOperations.cs
- GiveFeedbackEvent.cs
- DataTrigger.cs
- ToolConsole.cs
- Random.cs
- EventlogProvider.cs
- SingleSelectRootGridEntry.cs
- SqlGatherProducedAliases.cs
- HtmlUtf8RawTextWriter.cs
- WebCategoryAttribute.cs
- DirectionalLight.cs
- ItemChangedEventArgs.cs
- COM2FontConverter.cs
- AssociationType.cs
- FlowDocumentReader.cs
- InternalRelationshipCollection.cs
- SecurityKeyUsage.cs
- RepeaterItemCollection.cs
- ParagraphResult.cs
- WebCodeGenerator.cs
- COM2ComponentEditor.cs
- XmlEventCache.cs
- SubstitutionDesigner.cs
- IdentitySection.cs
- CalendarDay.cs
- VScrollProperties.cs
- TimeStampChecker.cs
- DesignerActionUI.cs
- HttpCachePolicyElement.cs
- TextWriter.cs
- BroadcastEventHelper.cs
- OuterGlowBitmapEffect.cs
- Pkcs9Attribute.cs
- WebBrowserNavigatedEventHandler.cs
- OracleConnectionString.cs
- MemberAccessException.cs
- Vector.cs
- IPAddressCollection.cs
- PageSetupDialog.cs
- MemberHolder.cs
- WebResourceUtil.cs
- PathFigureCollectionConverter.cs
- FontDriver.cs
- FileSecurity.cs
- CheckBoxBaseAdapter.cs
- WpfKnownTypeInvoker.cs
- Logging.cs
- ScriptResourceInfo.cs
- DataTableMappingCollection.cs
- ExpressionLexer.cs
- QueryRewriter.cs
- ImportRequest.cs
- DNS.cs
- CmsUtils.cs
- CodeVariableDeclarationStatement.cs
- ExpressionBuilder.cs
- ZipIOLocalFileBlock.cs
- UserInitiatedRoutedEventPermissionAttribute.cs
- ListViewInsertedEventArgs.cs
- CoTaskMemSafeHandle.cs
- SecurityTokenException.cs
- WindowsListViewScroll.cs
- ApplicationTrust.cs
- AlphaSortedEnumConverter.cs
- FunctionDetailsReader.cs
- CodeAttributeArgument.cs
- SystemKeyConverter.cs
- LinearQuaternionKeyFrame.cs
- StickyNote.cs
- CollectionAdapters.cs
- PersonalizationProviderCollection.cs
- OverrideMode.cs
- ServiceModelStringsVersion1.cs
- VariantWrapper.cs
- LingerOption.cs
- DesignerVerbToolStripMenuItem.cs
- FileInfo.cs
- CustomAttributeBuilder.cs
- _SafeNetHandles.cs
- SqlClientFactory.cs
- RegexRunnerFactory.cs
- _TLSstream.cs
- GridProviderWrapper.cs
- ViewGenResults.cs
- ExpressionBindingsDialog.cs
- TextDecorationCollectionConverter.cs
- FilterEventArgs.cs
- CalendarDay.cs
- AssemblyFilter.cs
- TypefaceMap.cs
- _LazyAsyncResult.cs
- PeerEndPoint.cs
- WeakRefEnumerator.cs
- BasicBrowserDialog.cs
- MissingFieldException.cs
- HashMembershipCondition.cs
- Tuple.cs
- ComponentResourceKeyConverter.cs
- ZoneMembershipCondition.cs
- mediaclock.cs