Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / Serialization / SoapIncludeAttribute.cs / 1 / 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
- SqlDependency.cs
- ToolboxCategory.cs
- LinkTarget.cs
- ActiveXSite.cs
- FacetValueContainer.cs
- TransformDescriptor.cs
- DataViewSettingCollection.cs
- DropDownHolder.cs
- AppModelKnownContentFactory.cs
- MessageEncoder.cs
- ColorAnimationBase.cs
- GeometryDrawing.cs
- Win32Native.cs
- ResetableIterator.cs
- ResourceDictionary.cs
- CollectionTraceRecord.cs
- FileSystemWatcher.cs
- FileUtil.cs
- SqlCommandSet.cs
- SByteConverter.cs
- Pair.cs
- EventBuilder.cs
- Triplet.cs
- FixedSOMFixedBlock.cs
- HashHelper.cs
- DataColumnPropertyDescriptor.cs
- RSAOAEPKeyExchangeFormatter.cs
- EdgeModeValidation.cs
- SingleTagSectionHandler.cs
- RawStylusSystemGestureInputReport.cs
- EditorServiceContext.cs
- TableLayoutColumnStyleCollection.cs
- OAVariantLib.cs
- Point3DKeyFrameCollection.cs
- StrongNameIdentityPermission.cs
- SingleQueryOperator.cs
- TextComposition.cs
- XmlLinkedNode.cs
- PartitionerQueryOperator.cs
- SimpleRecyclingCache.cs
- TransformPatternIdentifiers.cs
- InstanceLockException.cs
- ParseChildrenAsPropertiesAttribute.cs
- ClientTargetSection.cs
- Compiler.cs
- ImageList.cs
- DurationConverter.cs
- RoleExceptions.cs
- MessageSecurityOverHttp.cs
- RuleAction.cs
- AcceleratedTokenAuthenticator.cs
- DesignerDataParameter.cs
- MetabaseServerConfig.cs
- CountdownEvent.cs
- AnnotationService.cs
- DataBinding.cs
- DeadCharTextComposition.cs
- WebPartConnection.cs
- CodeGenerator.cs
- WsatServiceCertificate.cs
- DataControlLinkButton.cs
- CodeNamespaceImportCollection.cs
- CodeAttributeArgument.cs
- AsyncResult.cs
- SettingsAttributeDictionary.cs
- TransformPattern.cs
- ComNativeDescriptor.cs
- Slider.cs
- Style.cs
- Vector3DKeyFrameCollection.cs
- StringExpressionSet.cs
- Message.cs
- HostVisual.cs
- Decorator.cs
- ByeMessageCD1.cs
- GridViewCommandEventArgs.cs
- XmlQueryContext.cs
- ToolStripStatusLabel.cs
- RequestCacheValidator.cs
- SQLBinaryStorage.cs
- LocalBuilder.cs
- HtmlLink.cs
- AnimationTimeline.cs
- DefinitionBase.cs
- ConfigsHelper.cs
- WizardForm.cs
- SiteMapSection.cs
- Storyboard.cs
- CommandEventArgs.cs
- XpsFilter.cs
- SaveFileDialog.cs
- CompilerLocalReference.cs
- Currency.cs
- XmlAttributeCollection.cs
- FunctionUpdateCommand.cs
- ValidatedControlConverter.cs
- CdpEqualityComparer.cs
- XPathAncestorQuery.cs
- PageThemeBuildProvider.cs
- EdmSchemaAttribute.cs