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
- XmlHierarchicalDataSourceView.cs
- TableLayoutStyleCollection.cs
- File.cs
- filewebresponse.cs
- ElementAction.cs
- Win32MouseDevice.cs
- FacetEnabledSchemaElement.cs
- InvalidDocumentContentsException.cs
- BitStream.cs
- XmlSchemaValidator.cs
- GatewayIPAddressInformationCollection.cs
- CompositeScriptReferenceEventArgs.cs
- ApplyHostConfigurationBehavior.cs
- Metadata.cs
- IsolatedStorageFilePermission.cs
- ButtonBase.cs
- basemetadatamappingvisitor.cs
- TableProviderWrapper.cs
- printdlgexmarshaler.cs
- BamlBinaryReader.cs
- TypefaceCollection.cs
- DES.cs
- DocumentViewerBase.cs
- XmlSchemaSimpleType.cs
- HttpCookiesSection.cs
- PeerApplicationLaunchInfo.cs
- EmptyEnumerator.cs
- RelatedView.cs
- SortKey.cs
- DocumentSequenceHighlightLayer.cs
- BrushValueSerializer.cs
- XmlQueryCardinality.cs
- StretchValidation.cs
- WCFBuildProvider.cs
- Clause.cs
- MutexSecurity.cs
- X509Certificate2.cs
- LazyTextWriterCreator.cs
- CodeGotoStatement.cs
- ReadOnlyHierarchicalDataSourceView.cs
- MarkupExtensionReturnTypeAttribute.cs
- StorageSetMapping.cs
- _PooledStream.cs
- DefaultPrintController.cs
- ProjectedWrapper.cs
- PreservationFileReader.cs
- PropertyContainer.cs
- PropertyChangingEventArgs.cs
- HtmlLink.cs
- Misc.cs
- WebCategoryAttribute.cs
- BitmapImage.cs
- CodeDirectiveCollection.cs
- CacheDependency.cs
- BitmapEffectRenderDataResource.cs
- DataGridViewCellConverter.cs
- ThaiBuddhistCalendar.cs
- DataGridParentRows.cs
- StylusPointPropertyId.cs
- TextTreeUndoUnit.cs
- DependencyPropertyConverter.cs
- DbgUtil.cs
- DataGridToolTip.cs
- DataGridLengthConverter.cs
- SqlClientWrapperSmiStreamChars.cs
- DrawingBrush.cs
- ActivityStateRecord.cs
- VectorAnimation.cs
- CalendarDay.cs
- CodeLinePragma.cs
- MimeParameter.cs
- FieldNameLookup.cs
- PolygonHotSpot.cs
- FontStyleConverter.cs
- Internal.cs
- AttachInfo.cs
- ICspAsymmetricAlgorithm.cs
- Expander.cs
- ObjectDataSourceMethodEventArgs.cs
- ProviderBase.cs
- _TLSstream.cs
- Int32AnimationBase.cs
- Int16.cs
- IsolatedStorageException.cs
- EmbeddedObject.cs
- Button.cs
- RadioButtonAutomationPeer.cs
- SiteMapNodeItem.cs
- AppDomainAttributes.cs
- OutputCacheEntry.cs
- IsolatedStorageException.cs
- XpsLiterals.cs
- WeakReferenceList.cs
- SoapMessage.cs
- DependencySource.cs
- BaseResourcesBuildProvider.cs
- HtmlInputImage.cs
- QueryCursorEventArgs.cs
- MobileTemplatedControlDesigner.cs
- IteratorFilter.cs