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
- VideoDrawing.cs
- TrustLevelCollection.cs
- BufferedReceiveElement.cs
- RootBrowserWindow.cs
- cookie.cs
- embossbitmapeffect.cs
- HelpEvent.cs
- AddIn.cs
- ListenerConstants.cs
- QueueProcessor.cs
- IndexedEnumerable.cs
- WebServiceBindingAttribute.cs
- MemberInfoSerializationHolder.cs
- ToolStripDropDown.cs
- ObjectFullSpanRewriter.cs
- OutputCacheSettingsSection.cs
- BackgroundWorker.cs
- DataSetSchema.cs
- SHA512.cs
- Point3DCollection.cs
- TableChangeProcessor.cs
- CodeTypeDeclarationCollection.cs
- odbcmetadatacollectionnames.cs
- RegistrySecurity.cs
- WasEndpointConfigContainer.cs
- FrameworkContentElement.cs
- NavigationCommands.cs
- SqlUtil.cs
- WebReferenceOptions.cs
- WindowClosedEventArgs.cs
- ArcSegment.cs
- Calendar.cs
- WindowAutomationPeer.cs
- InkCanvasSelection.cs
- UIntPtr.cs
- DocumentGridContextMenu.cs
- ProviderCommandInfoUtils.cs
- HMACSHA512.cs
- EastAsianLunisolarCalendar.cs
- DesignerView.Commands.cs
- Itemizer.cs
- ToolStripDropDownItemDesigner.cs
- DataGridColumn.cs
- DatagridviewDisplayedBandsData.cs
- XmlEncoding.cs
- WindowPattern.cs
- CommandLineParser.cs
- SqlUtil.cs
- MethodToken.cs
- CreateParams.cs
- ClientOptions.cs
- RemotingServices.cs
- MonthCalendar.cs
- RichTextBoxDesigner.cs
- MarkupObject.cs
- XmlAnyElementAttribute.cs
- SqlCacheDependencyDatabase.cs
- ColumnWidthChangingEvent.cs
- RelationshipNavigation.cs
- ServerValidateEventArgs.cs
- SelectionRangeConverter.cs
- OperationPerformanceCounters.cs
- Int64Converter.cs
- EventMetadata.cs
- WebPartVerbCollection.cs
- SystemFonts.cs
- SafeProcessHandle.cs
- OperationGenerator.cs
- WebPartMovingEventArgs.cs
- RefType.cs
- SchemaElementDecl.cs
- EntityContainer.cs
- CriticalFinalizerObject.cs
- IndependentAnimationStorage.cs
- BrowserCapabilitiesFactory.cs
- ServicePointManager.cs
- XmlReader.cs
- ElementHostPropertyMap.cs
- MobileControlPersister.cs
- FullTextLine.cs
- AssemblyBuilder.cs
- ParameterModifier.cs
- ElementHostAutomationPeer.cs
- GridViewCancelEditEventArgs.cs
- CopyNodeSetAction.cs
- CompatibleIComparer.cs
- NamedObject.cs
- SchemaMapping.cs
- TraceLevelStore.cs
- ProcessModule.cs
- ThemeDirectoryCompiler.cs
- DocumentApplication.cs
- ElementHostPropertyMap.cs
- TokenBasedSet.cs
- ToolStripScrollButton.cs
- shaperfactoryquerycachekey.cs
- ConnectionsZone.cs
- SqlOuterApplyReducer.cs
- SQLSingleStorage.cs
- EmptyReadOnlyDictionaryInternal.cs