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
- DragCompletedEventArgs.cs
- Constraint.cs
- ResourceDescriptionAttribute.cs
- StatusBarPanel.cs
- DiscardableAttribute.cs
- JpegBitmapEncoder.cs
- IResourceProvider.cs
- ChangePassword.cs
- LoadMessageLogger.cs
- ProcessProtocolHandler.cs
- DataGridViewButtonColumn.cs
- SemanticAnalyzer.cs
- dbenumerator.cs
- InvalidCommandTreeException.cs
- ToolStripGripRenderEventArgs.cs
- KeyToListMap.cs
- BStrWrapper.cs
- DocumentXmlWriter.cs
- HorizontalAlignConverter.cs
- EncodedStreamFactory.cs
- LogicalExpr.cs
- FragmentQueryProcessor.cs
- SQLByte.cs
- DataGridHelper.cs
- Funcletizer.cs
- WpfXamlLoader.cs
- PrePrepareMethodAttribute.cs
- FixUpCollection.cs
- CriticalExceptions.cs
- AdvancedBindingEditor.cs
- QuadraticEase.cs
- EditingMode.cs
- UpdateExpressionVisitor.cs
- MediaTimeline.cs
- NameTable.cs
- GeneralTransform3DGroup.cs
- AstTree.cs
- PolicyImporterElement.cs
- PrimitiveCodeDomSerializer.cs
- DataServiceCollectionOfT.cs
- DataGridViewRowCancelEventArgs.cs
- XamlInt32CollectionSerializer.cs
- XhtmlBasicListAdapter.cs
- UnsafeNativeMethodsCLR.cs
- FileAuthorizationModule.cs
- IisTraceWebEventProvider.cs
- ResolveRequestResponseAsyncResult.cs
- streamingZipPartStream.cs
- TextCollapsingProperties.cs
- Point3DCollection.cs
- ExpandableObjectConverter.cs
- DataServiceStreamProviderWrapper.cs
- SecurityTokenRequirement.cs
- ServerReliableChannelBinder.cs
- XsltArgumentList.cs
- InkCollectionBehavior.cs
- PointIndependentAnimationStorage.cs
- SubclassTypeValidator.cs
- PerCallInstanceContextProvider.cs
- InputMethodStateTypeInfo.cs
- DriveNotFoundException.cs
- DataServiceRequestOfT.cs
- MSAANativeProvider.cs
- FlowNode.cs
- EntitySqlException.cs
- TaskExceptionHolder.cs
- ExceptionHandlersDesigner.cs
- DataGridViewCellMouseEventArgs.cs
- OdbcCommandBuilder.cs
- SocketInformation.cs
- IpcManager.cs
- AlternationConverter.cs
- Registry.cs
- GuidTagList.cs
- XmlAutoDetectWriter.cs
- References.cs
- Bezier.cs
- XmlTextReader.cs
- ControllableStoryboardAction.cs
- LineMetrics.cs
- MarkupProperty.cs
- OnOperation.cs
- TreeViewHitTestInfo.cs
- WebPartMenuStyle.cs
- OracleBinary.cs
- MetadataSource.cs
- TakeQueryOptionExpression.cs
- BindingRestrictions.cs
- BindingExpression.cs
- IISUnsafeMethods.cs
- FigureHelper.cs
- RowVisual.cs
- ObjectDataSource.cs
- DbProviderFactory.cs
- ConfigurationSettings.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- IIS7WorkerRequest.cs
- SiteMap.cs
- EpmSourcePathSegment.cs
- StringFreezingAttribute.cs