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;
///
///
/// [To be supplied.]
///
[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.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Serialization {
using System;
///
///
/// [To be supplied.]
///
[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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SizeIndependentAnimationStorage.cs
- SecurityTokenTypes.cs
- BaseAsyncResult.cs
- IISUnsafeMethods.cs
- AlphaSortedEnumConverter.cs
- EpmCustomContentSerializer.cs
- Tokenizer.cs
- DataGridItemCollection.cs
- storepermissionattribute.cs
- MetabaseServerConfig.cs
- ResourceReferenceKeyNotFoundException.cs
- DataControlFieldCollection.cs
- HwndSubclass.cs
- Menu.cs
- DataGridLinkButton.cs
- BindingMAnagerBase.cs
- XPathNodeHelper.cs
- TextParagraphView.cs
- FontWeight.cs
- ObfuscateAssemblyAttribute.cs
- CursorConverter.cs
- XmlLanguage.cs
- AssertFilter.cs
- InvalidEnumArgumentException.cs
- DescendantBaseQuery.cs
- AttachmentCollection.cs
- Graph.cs
- ProjectionPath.cs
- _NestedSingleAsyncResult.cs
- Comparer.cs
- XpsException.cs
- SqlAliasesReferenced.cs
- MergePropertyDescriptor.cs
- keycontainerpermission.cs
- Viewport3DVisual.cs
- OleDbWrapper.cs
- ManagementExtension.cs
- ToolStripTextBox.cs
- VectorCollection.cs
- TextTreeRootTextBlock.cs
- SendMailErrorEventArgs.cs
- XamlToRtfParser.cs
- NativeCompoundFileAPIs.cs
- PenContext.cs
- PolicyConversionContext.cs
- GiveFeedbackEventArgs.cs
- ErrorHandler.cs
- DataIdProcessor.cs
- AsyncDataRequest.cs
- XmlAtomicValue.cs
- SystemNetworkInterface.cs
- HttpConfigurationSystem.cs
- TransactionChannelFaultConverter.cs
- CommonXSendMessage.cs
- RecognizerStateChangedEventArgs.cs
- SyndicationItem.cs
- Polyline.cs
- TraceSection.cs
- MsmqChannelFactory.cs
- PerfService.cs
- xmlformatgeneratorstatics.cs
- ButtonStandardAdapter.cs
- QueryReaderSettings.cs
- PathSegmentCollection.cs
- CryptoConfig.cs
- SystemIcmpV4Statistics.cs
- DynamicILGenerator.cs
- HtmlInputButton.cs
- UnknownWrapper.cs
- AuthenticationModulesSection.cs
- OdbcError.cs
- XDeferredAxisSource.cs
- ProfilePropertyMetadata.cs
- MgmtConfigurationRecord.cs
- CodeLinePragma.cs
- RawStylusInputReport.cs
- NamespaceQuery.cs
- XmlSchemaFacet.cs
- Pair.cs
- AssemblyResourceLoader.cs
- _Semaphore.cs
- Light.cs
- OwnerDrawPropertyBag.cs
- ProfileGroupSettingsCollection.cs
- RadioButtonStandardAdapter.cs
- ObjectSpanRewriter.cs
- EditorZone.cs
- RoutedEventValueSerializer.cs
- NullableIntMinMaxAggregationOperator.cs
- AmbientLight.cs
- Membership.cs
- PropertyNames.cs
- MessageQueueEnumerator.cs
- ItemContainerGenerator.cs
- ListItemParagraph.cs
- SecurityProtocol.cs
- DataSourceControl.cs
- FrameworkTemplate.cs
- Types.cs
- Token.cs