Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- CompilerResults.cs
- SoapDocumentServiceAttribute.cs
- ToolStripItemImageRenderEventArgs.cs
- Activity.cs
- EncodingInfo.cs
- SessionEndingCancelEventArgs.cs
- PolicyUnit.cs
- RequestResponse.cs
- PKCS1MaskGenerationMethod.cs
- WebPartManagerInternals.cs
- LightweightEntityWrapper.cs
- HttpException.cs
- XmlSchemas.cs
- ReadOnlyHierarchicalDataSource.cs
- CodeExporter.cs
- XmlWrappingWriter.cs
- BuildProvider.cs
- FromReply.cs
- AdRotator.cs
- MobileContainerDesigner.cs
- ChangesetResponse.cs
- CodeAttributeDeclarationCollection.cs
- InternalConfigRoot.cs
- AttributeQuery.cs
- ThousandthOfEmRealDoubles.cs
- DispatcherEventArgs.cs
- MenuDesigner.cs
- XmlSchemaProviderAttribute.cs
- DateTimePicker.cs
- PostBackTrigger.cs
- PreservationFileReader.cs
- SqlCacheDependencyDatabase.cs
- NoneExcludedImageIndexConverter.cs
- EnumType.cs
- DragEventArgs.cs
- InitializerFacet.cs
- XmlSchemaAttributeGroup.cs
- ArrayWithOffset.cs
- EditorPartChrome.cs
- BitmapEffectGroup.cs
- SqlDataSourceStatusEventArgs.cs
- AdRotatorDesigner.cs
- Metafile.cs
- Walker.cs
- HexParser.cs
- MediaContextNotificationWindow.cs
- DefaultValueAttribute.cs
- PassportAuthentication.cs
- XmlRawWriterWrapper.cs
- RewritingSimplifier.cs
- FrameworkElementFactoryMarkupObject.cs
- objectquery_tresulttype.cs
- SystemParameters.cs
- SystemResourceKey.cs
- QueryAccessibilityHelpEvent.cs
- CombinedGeometry.cs
- DesignColumn.cs
- CSharpCodeProvider.cs
- TypeDependencyAttribute.cs
- RedirectionProxy.cs
- DataSourceXmlAttributeAttribute.cs
- ImageSourceConverter.cs
- HealthMonitoringSection.cs
- ValidationVisibilityAttribute.cs
- ServiceOperationParameter.cs
- EditBehavior.cs
- CodeAttributeDeclarationCollection.cs
- HelpKeywordAttribute.cs
- InputProcessorProfiles.cs
- EdmItemCollection.cs
- WebPartEditorApplyVerb.cs
- tooltip.cs
- ContextMarshalException.cs
- InkCanvasSelectionAdorner.cs
- ObservableDictionary.cs
- DataGridToolTip.cs
- UrlAuthorizationModule.cs
- TextRunTypographyProperties.cs
- RepeaterItemCollection.cs
- PerformanceCounter.cs
- CodeParameterDeclarationExpression.cs
- SQLInt32.cs
- PseudoWebRequest.cs
- UdpDiscoveryEndpointElement.cs
- OdbcEnvironment.cs
- PolyBezierSegment.cs
- ArrayTypeMismatchException.cs
- ComplusTypeValidator.cs
- CallSiteBinder.cs
- TextRunTypographyProperties.cs
- LightweightEntityWrapper.cs
- ValidationHelper.cs
- Button.cs
- SQLStringStorage.cs
- DrawListViewColumnHeaderEventArgs.cs
- XPathBinder.cs
- BitmapCodecInfoInternal.cs
- ServiceAuthorizationElement.cs
- RequestCacheManager.cs
- DataGridHelper.cs