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
- BamlStream.cs
- PagesSection.cs
- DbDataReader.cs
- ReadOnlyCollectionBase.cs
- StringSorter.cs
- OleDbConnectionInternal.cs
- DataViewListener.cs
- EventEntry.cs
- DataObjectPastingEventArgs.cs
- Mapping.cs
- OdbcConnectionPoolProviderInfo.cs
- XmlBoundElement.cs
- XamlReaderHelper.cs
- PropertyEmitterBase.cs
- WindowAutomationPeer.cs
- Serializer.cs
- COM2ExtendedTypeConverter.cs
- HttpServerVarsCollection.cs
- LoadWorkflowByKeyAsyncResult.cs
- MachineKeySection.cs
- EntityClientCacheKey.cs
- FrameworkTemplate.cs
- StackBuilderSink.cs
- TypeSystem.cs
- HtmlControl.cs
- DataGridPagerStyle.cs
- XPathEmptyIterator.cs
- TcpAppDomainProtocolHandler.cs
- UrlPath.cs
- DefaultValueConverter.cs
- Page.cs
- MarkupCompiler.cs
- OutputCacheModule.cs
- DataColumn.cs
- ImageCreator.cs
- DataServiceExpressionVisitor.cs
- EmptyReadOnlyDictionaryInternal.cs
- SafeLocalMemHandle.cs
- ApplicationBuildProvider.cs
- RectConverter.cs
- MaterializeFromAtom.cs
- MeasureItemEvent.cs
- KeyPullup.cs
- PropertyGeneratedEventArgs.cs
- WebPartEventArgs.cs
- ExpandSegmentCollection.cs
- LineServicesCallbacks.cs
- AnonymousIdentificationSection.cs
- Vector3DCollection.cs
- StatusCommandUI.cs
- PropertyItem.cs
- TokenBasedSet.cs
- GridView.cs
- XamlPathDataSerializer.cs
- TabletDevice.cs
- ProcessHostServerConfig.cs
- _SSPISessionCache.cs
- AppLevelCompilationSectionCache.cs
- AppSettingsExpressionEditor.cs
- Grant.cs
- ScriptControlManager.cs
- SafeReversePInvokeHandle.cs
- HtmlHead.cs
- _ConnectStream.cs
- DataDocumentXPathNavigator.cs
- BinaryReader.cs
- DisplayInformation.cs
- DataObject.cs
- DrawingContextWalker.cs
- DrawingContextWalker.cs
- LassoHelper.cs
- XmlSchemaSimpleTypeRestriction.cs
- WSDualHttpBindingCollectionElement.cs
- XmlReflectionImporter.cs
- ItemCollection.cs
- XamlPathDataSerializer.cs
- XmlReaderSettings.cs
- WorkflowInstanceQuery.cs
- ResizeGrip.cs
- DataTable.cs
- EntityDesignerDataSourceView.cs
- WebPartDisplayModeEventArgs.cs
- PlatformCulture.cs
- ChannelSettingsElement.cs
- FormViewActionList.cs
- ImageIndexConverter.cs
- NativeWindow.cs
- ContentHostHelper.cs
- WebMethodAttribute.cs
- BindingNavigator.cs
- ChildrenQuery.cs
- SafeReadContext.cs
- MailAddress.cs
- DesignerImageAdapter.cs
- CfgSemanticTag.cs
- WebBrowserProgressChangedEventHandler.cs
- Opcode.cs
- CompositeFontInfo.cs
- CalendarModeChangedEventArgs.cs
- MetadataSerializer.cs