Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / SoapIncludeAttribute.cs / 1305376 / 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
- SizeAnimationBase.cs
- MessageSecurityOverHttpElement.cs
- StatusBarPanelClickEvent.cs
- StylusDownEventArgs.cs
- x509store.cs
- QuaternionKeyFrameCollection.cs
- XamlToRtfParser.cs
- Base64Decoder.cs
- TypeLoadException.cs
- ErrorHandlerModule.cs
- Label.cs
- QilReplaceVisitor.cs
- QueryValue.cs
- ConsumerConnectionPointCollection.cs
- ImageDrawing.cs
- ExtendedPropertyDescriptor.cs
- DataTableMappingCollection.cs
- SQLStringStorage.cs
- ResizeGrip.cs
- MetadataWorkspace.cs
- TypeSystemHelpers.cs
- ActiveDocumentEvent.cs
- Int32CAMarshaler.cs
- LocatorGroup.cs
- EntityDataSourceWrapper.cs
- IntellisenseTextBox.cs
- XmlChoiceIdentifierAttribute.cs
- NumberFunctions.cs
- AppDomainEvidenceFactory.cs
- NativeMethodsOther.cs
- TextEditorParagraphs.cs
- ClockGroup.cs
- ProgressBarRenderer.cs
- NegatedCellConstant.cs
- QueryCacheEntry.cs
- GuidelineSet.cs
- PasswordTextNavigator.cs
- ExpressionDumper.cs
- CompressionTransform.cs
- BaseResourcesBuildProvider.cs
- DecoderFallback.cs
- PassportAuthentication.cs
- VectorAnimation.cs
- DbParameterHelper.cs
- KeyFrames.cs
- DbParameterHelper.cs
- Brush.cs
- wmiprovider.cs
- StylusLogic.cs
- TextBreakpoint.cs
- Calendar.cs
- TransformProviderWrapper.cs
- ReliableReplySessionChannel.cs
- SqlHelper.cs
- Scene3D.cs
- SafeFileMapViewHandle.cs
- filewebrequest.cs
- ScaleTransform.cs
- CodeDelegateCreateExpression.cs
- ApplicationFileCodeDomTreeGenerator.cs
- NaturalLanguageHyphenator.cs
- RecipientInfo.cs
- InvalidPipelineStoreException.cs
- QilXmlWriter.cs
- Rotation3D.cs
- Debug.cs
- WindowsComboBox.cs
- AsmxEndpointPickerExtension.cs
- ValueQuery.cs
- RemotingClientProxy.cs
- QueryOptionExpression.cs
- TextPatternIdentifiers.cs
- BaseCodePageEncoding.cs
- ToolStripComboBox.cs
- GeneralTransform3DTo2DTo3D.cs
- ByteStreamGeometryContext.cs
- RoleGroupCollection.cs
- ListItemConverter.cs
- OneWayBindingElement.cs
- PhoneCall.cs
- LinqDataSourceInsertEventArgs.cs
- IIS7UserPrincipal.cs
- columnmapkeybuilder.cs
- DBCommandBuilder.cs
- FileUtil.cs
- KerberosRequestorSecurityTokenAuthenticator.cs
- SqlFlattener.cs
- OrderByLifter.cs
- SamlAssertionDirectKeyIdentifierClause.cs
- X509CertificateTrustedIssuerElement.cs
- CodeTypeDeclaration.cs
- BasicHttpMessageCredentialType.cs
- DocumentApplicationState.cs
- SystemIPInterfaceStatistics.cs
- DllNotFoundException.cs
- WebPartEditVerb.cs
- HashSetEqualityComparer.cs
- HelloMessage11.cs
- UnsafeNetInfoNativeMethods.cs
- VisualStyleInformation.cs