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
- SmtpNetworkElement.cs
- GACIdentityPermission.cs
- WhiteSpaceTrimStringConverter.cs
- AnchoredBlock.cs
- CharConverter.cs
- BitmapImage.cs
- FieldToken.cs
- ContentPlaceHolderDesigner.cs
- PaintEvent.cs
- CngKeyCreationParameters.cs
- TokenBasedSetEnumerator.cs
- LogWriteRestartAreaState.cs
- EntityDescriptor.cs
- ProxyElement.cs
- WindowsClientCredential.cs
- xsdvalidator.cs
- BinHexEncoder.cs
- FieldCollectionEditor.cs
- XmlChoiceIdentifierAttribute.cs
- TextChangedEventArgs.cs
- InvokePattern.cs
- DbBuffer.cs
- ErrorWrapper.cs
- InvokeWebServiceDesigner.cs
- ErrorEventArgs.cs
- XmlMemberMapping.cs
- InputProcessorProfilesLoader.cs
- BitmapEditor.cs
- CngUIPolicy.cs
- ProfileSettings.cs
- XamlSerializerUtil.cs
- CancellationTokenSource.cs
- CodeAssignStatement.cs
- SecurityHelper.cs
- PnrpPeerResolver.cs
- Function.cs
- InheritanceUI.cs
- httpstaticobjectscollection.cs
- DataListItemEventArgs.cs
- PartialCachingControl.cs
- CharacterBufferReference.cs
- ProcessHostConfigUtils.cs
- Cell.cs
- DateTime.cs
- BooleanSwitch.cs
- PtsCache.cs
- MenuEventArgs.cs
- ObjectConverter.cs
- RoleGroupCollection.cs
- XsdDateTime.cs
- TimeIntervalCollection.cs
- VirtualPathUtility.cs
- DataGridAddNewRow.cs
- CallTemplateAction.cs
- EncryptedData.cs
- TableItemPattern.cs
- ReachIDocumentPaginatorSerializer.cs
- Int32Collection.cs
- TaskHelper.cs
- Calendar.cs
- UnmanagedHandle.cs
- UserControlBuildProvider.cs
- HtmlInputPassword.cs
- PrintControllerWithStatusDialog.cs
- lengthconverter.cs
- ArglessEventHandlerProxy.cs
- XmlHierarchicalDataSourceView.cs
- GZipDecoder.cs
- CodeCastExpression.cs
- BigInt.cs
- SBCSCodePageEncoding.cs
- BooleanAnimationUsingKeyFrames.cs
- ImageButton.cs
- SubtreeProcessor.cs
- XmlSchemaSimpleContentRestriction.cs
- MonthChangedEventArgs.cs
- oledbmetadatacolumnnames.cs
- Cell.cs
- ConfigurationStrings.cs
- ConnectionString.cs
- TemplateBaseAction.cs
- TransformedBitmap.cs
- DbConnectionHelper.cs
- ReferencedAssembly.cs
- TextTreeUndo.cs
- DeferredSelectedIndexReference.cs
- Perspective.cs
- RegexEditorDialog.cs
- TogglePattern.cs
- IfJoinedCondition.cs
- DictionaryEntry.cs
- DescriptionAttribute.cs
- WebPartVerbCollection.cs
- ParsedAttributeCollection.cs
- ThousandthOfEmRealPoints.cs
- Brush.cs
- MediaCommands.cs
- ImplicitInputBrush.cs
- XmlTypeMapping.cs
- ConfigurationElementProperty.cs