Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / Serialization / XmlIncludeAttribute.cs / 1 / XmlIncludeAttribute.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 XmlIncludeAttribute : System.Attribute {
Type type;
///
///
/// [To be supplied.]
///
public XmlIncludeAttribute(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 XmlIncludeAttribute : System.Attribute {
Type type;
///
///
/// [To be supplied.]
///
public XmlIncludeAttribute(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
- PropertyChangingEventArgs.cs
- DataSourceControl.cs
- TextBoxView.cs
- CompressEmulationStream.cs
- AssemblyHash.cs
- _LocalDataStoreMgr.cs
- DataObjectFieldAttribute.cs
- HMACSHA1.cs
- srgsitem.cs
- TextEditor.cs
- ButtonBase.cs
- ExtensionSimplifierMarkupObject.cs
- ImageAnimator.cs
- RemoteWebConfigurationHostStream.cs
- COMException.cs
- DesignerAttribute.cs
- DPTypeDescriptorContext.cs
- WebPartVerb.cs
- InvokePatternIdentifiers.cs
- Random.cs
- ColorDialog.cs
- TextSelectionHelper.cs
- FormsAuthenticationTicket.cs
- Run.cs
- ColumnMapTranslator.cs
- DecimalAnimationBase.cs
- GenericAuthenticationEventArgs.cs
- XhtmlBasicFormAdapter.cs
- PersonalizationAdministration.cs
- DispatchChannelSink.cs
- HwndSourceKeyboardInputSite.cs
- UrlSyndicationContent.cs
- IdleTimeoutMonitor.cs
- XmlWriterTraceListener.cs
- SchemaManager.cs
- OleDbWrapper.cs
- EventRouteFactory.cs
- QueryableFilterRepeater.cs
- EventMappingSettings.cs
- ItemsPanelTemplate.cs
- GeometryValueSerializer.cs
- HttpContext.cs
- CodeEntryPointMethod.cs
- HashSet.cs
- CultureMapper.cs
- AnnotationHelper.cs
- DataSourceCache.cs
- CqlBlock.cs
- WeakReadOnlyCollection.cs
- TrimSurroundingWhitespaceAttribute.cs
- ScrollBarRenderer.cs
- BufferedWebEventProvider.cs
- ManipulationPivot.cs
- PeerNeighborManager.cs
- RuntimeConfigLKG.cs
- Italic.cs
- BindingCollection.cs
- BinaryParser.cs
- CallbackValidator.cs
- EntityDataSourceReferenceGroup.cs
- SmiEventSink_DeferedProcessing.cs
- Cursors.cs
- HostedHttpContext.cs
- SecurityPermission.cs
- DispatchRuntime.cs
- PerformanceCounterManager.cs
- xmlfixedPageInfo.cs
- LayoutEditorPart.cs
- CollectionViewGroupRoot.cs
- ETagAttribute.cs
- Transform.cs
- BitmapSizeOptions.cs
- SlipBehavior.cs
- MouseCaptureWithinProperty.cs
- ProviderSettings.cs
- ButtonField.cs
- AlphabeticalEnumConverter.cs
- ReferencedType.cs
- SecurityValidationBehavior.cs
- StateBag.cs
- FocusManager.cs
- xmlglyphRunInfo.cs
- SqlCommand.cs
- WebBrowserBase.cs
- PeerEndPoint.cs
- BrushValueSerializer.cs
- SessionStateItemCollection.cs
- ToolStripItemClickedEventArgs.cs
- DataControlButton.cs
- ClientData.cs
- DataColumnChangeEvent.cs
- GeometryHitTestParameters.cs
- SymbolTable.cs
- Component.cs
- x509store.cs
- Publisher.cs
- Hyperlink.cs
- DataServiceClientException.cs
- MemoryStream.cs
- StandardTransformFactory.cs