Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / Xml / System / Xml / Serialization / XmlChoiceIdentifierAttribute.cs / 1 / XmlChoiceIdentifierAttribute.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Serialization {
using System;
using System.Xml.Schema;
///
///
/// [To be supplied.]
///
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Parameter | AttributeTargets.ReturnValue, AllowMultiple=false)]
public class XmlChoiceIdentifierAttribute : System.Attribute {
string name;
///
///
/// [To be supplied.]
///
public XmlChoiceIdentifierAttribute() {
}
///
///
/// [To be supplied.]
///
public XmlChoiceIdentifierAttribute(string name) {
this.name = name;
}
///
///
/// [To be supplied.]
///
public string MemberName {
get { return name == null ? string.Empty : name; }
set { name = value; }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SamlAudienceRestrictionCondition.cs
- EllipseGeometry.cs
- ViewgenContext.cs
- PtsPage.cs
- GorillaCodec.cs
- AutomationPatternInfo.cs
- WebPartMinimizeVerb.cs
- SelectorAutomationPeer.cs
- Stylus.cs
- TextSerializer.cs
- SafeUserTokenHandle.cs
- LayeredChannelListener.cs
- TypeUtil.cs
- WebPartVerbCollection.cs
- Bookmark.cs
- ContextMenu.cs
- SingleAnimation.cs
- SessionStateModule.cs
- StateRuntime.cs
- SqlExpressionNullability.cs
- WebPartDeleteVerb.cs
- BitmapData.cs
- AppDomainCompilerProxy.cs
- EdmRelationshipRoleAttribute.cs
- XmlIlGenerator.cs
- _CookieModule.cs
- TrustSection.cs
- SmtpNetworkElement.cs
- DataGridViewColumn.cs
- WSHttpBinding.cs
- ResourceProviderFactory.cs
- GacUtil.cs
- ProxyAttribute.cs
- StringAnimationBase.cs
- WebEvents.cs
- ProtocolViolationException.cs
- ToolStripContainerDesigner.cs
- HttpCookie.cs
- XmlAttributeAttribute.cs
- _TimerThread.cs
- AsyncOperationManager.cs
- HyperlinkAutomationPeer.cs
- FlowDocumentPageViewerAutomationPeer.cs
- WorkflowInstanceAbortedRecord.cs
- InvalidTimeZoneException.cs
- InvokeFunc.cs
- MasterPageParser.cs
- TraceLog.cs
- XmlCollation.cs
- ButtonBaseAutomationPeer.cs
- ActivityContext.cs
- EntityDataSourceView.cs
- ManifestResourceInfo.cs
- WindowsGraphics.cs
- Unit.cs
- SelectingProviderEventArgs.cs
- ResourcePropertyMemberCodeDomSerializer.cs
- EntityDataSourceWrapper.cs
- BinaryWriter.cs
- VoiceInfo.cs
- DynamicResourceExtension.cs
- TextLineBreak.cs
- RowToFieldTransformer.cs
- WeakReferenceList.cs
- RowBinding.cs
- SafeNativeMethods.cs
- KeyValueConfigurationElement.cs
- keycontainerpermission.cs
- DataGridRelationshipRow.cs
- ACE.cs
- EntityDataSourceWrapper.cs
- UDPClient.cs
- EasingQuaternionKeyFrame.cs
- ExtensionWindow.cs
- BaseDataList.cs
- WebConfigurationHost.cs
- Rect3D.cs
- ListItemParagraph.cs
- ThreadPool.cs
- basenumberconverter.cs
- HealthMonitoringSection.cs
- ZoneButton.cs
- QfeChecker.cs
- DesignerVerb.cs
- WebPartMinimizeVerb.cs
- FileLogRecord.cs
- DependencyProperty.cs
- sqlpipe.cs
- AttributeCallbackBuilder.cs
- UpDownEvent.cs
- DocumentApplicationJournalEntry.cs
- IisTraceWebEventProvider.cs
- AssociationSetEnd.cs
- safemediahandle.cs
- HierarchicalDataSourceControl.cs
- BaseValidator.cs
- MediaScriptCommandRoutedEventArgs.cs
- MetabaseServerConfig.cs
- CommonProperties.cs
- TextRangeProviderWrapper.cs