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 / 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
- DESCryptoServiceProvider.cs
- GridViewColumn.cs
- AuthenticatingEventArgs.cs
- EmptyElement.cs
- XmlSchemaSubstitutionGroup.cs
- CompositeCollection.cs
- EventArgs.cs
- controlskin.cs
- ReverseInheritProperty.cs
- X509Extension.cs
- NativeBuffer.cs
- ItemAutomationPeer.cs
- AccessDataSource.cs
- DrawingImage.cs
- Int32Storage.cs
- SR.cs
- RegexParser.cs
- MatrixCamera.cs
- SessionStateContainer.cs
- Operand.cs
- FileNotFoundException.cs
- QilName.cs
- KeyNotFoundException.cs
- ProfessionalColors.cs
- BindingGroup.cs
- Geometry3D.cs
- AnnotationHelper.cs
- TypeInitializationException.cs
- PkcsMisc.cs
- BamlLocalizableResource.cs
- ParameterInfo.cs
- ListItemsPage.cs
- ConnectionsZone.cs
- SelectiveScrollingGrid.cs
- EmptyQuery.cs
- TreeNodeBinding.cs
- Internal.cs
- MaterialCollection.cs
- WorkflowRuntimeEndpoint.cs
- SetterBase.cs
- PageRequestManager.cs
- Timer.cs
- IISUnsafeMethods.cs
- AccessibleObject.cs
- ResourceReader.cs
- UIElementHelper.cs
- OptimizerPatterns.cs
- RawKeyboardInputReport.cs
- HandlerBase.cs
- Hash.cs
- DragEvent.cs
- Preprocessor.cs
- ContentFilePart.cs
- ProfileParameter.cs
- UpdateProgress.cs
- NativeWrapper.cs
- TransformerInfo.cs
- LayeredChannelListener.cs
- SHA1.cs
- ServicePointManager.cs
- ExceptionTranslationTable.cs
- RectangleGeometry.cs
- XsltArgumentList.cs
- BitmapMetadataBlob.cs
- CompilerScopeManager.cs
- Message.cs
- ILGen.cs
- StatusBarPanel.cs
- LinkArea.cs
- DataGridCell.cs
- sqlser.cs
- XmlReflectionImporter.cs
- InterleavedZipPartStream.cs
- HttpSocketManager.cs
- TitleStyle.cs
- LinqDataSourceDeleteEventArgs.cs
- DocumentPageViewAutomationPeer.cs
- DesignerRegionMouseEventArgs.cs
- OutputCacheSettings.cs
- HMACSHA384.cs
- PenLineCapValidation.cs
- UnsafeNativeMethods.cs
- CommandConverter.cs
- CannotUnloadAppDomainException.cs
- LicFileLicenseProvider.cs
- MimeWriter.cs
- unitconverter.cs
- Debugger.cs
- NonVisualControlAttribute.cs
- KeyFrames.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- Figure.cs
- SystemUnicastIPAddressInformation.cs
- CompModSwitches.cs
- CaretElement.cs
- QilExpression.cs
- HttpListenerRequest.cs
- Set.cs
- PKCS1MaskGenerationMethod.cs
- OdbcCommand.cs