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
- ControlBuilderAttribute.cs
- CellTreeNodeVisitors.cs
- RuntimeWrappedException.cs
- EntryWrittenEventArgs.cs
- ISO2022Encoding.cs
- SortDescription.cs
- SafeRightsManagementHandle.cs
- Matrix3DValueSerializer.cs
- HandleCollector.cs
- SolidBrush.cs
- StorageFunctionMapping.cs
- SettingsSection.cs
- SrgsDocumentParser.cs
- HyperLinkStyle.cs
- SerialPort.cs
- EntityStoreSchemaGenerator.cs
- GregorianCalendar.cs
- SqlAliasesReferenced.cs
- MimeReflector.cs
- DataGridViewImageColumn.cs
- RegisteredScript.cs
- ImageIndexConverter.cs
- SerialStream.cs
- DerivedKeySecurityToken.cs
- BitmapImage.cs
- TreeNodeStyle.cs
- TableCellAutomationPeer.cs
- PartitionedDataSource.cs
- CompiledELinqQueryState.cs
- OracleInternalConnection.cs
- MetadataException.cs
- AuthenticationModulesSection.cs
- ToolStripScrollButton.cs
- Dispatcher.cs
- WindowsContainer.cs
- WizardPanelChangingEventArgs.cs
- CacheEntry.cs
- NTAccount.cs
- SerializationAttributes.cs
- ApplicationException.cs
- LogicalExpr.cs
- TypeValidationEventArgs.cs
- NotifyParentPropertyAttribute.cs
- HttpWebResponse.cs
- LongValidator.cs
- ConfigXmlAttribute.cs
- TextElementCollection.cs
- RadioButtonPopupAdapter.cs
- PagesChangedEventArgs.cs
- TextEffectCollection.cs
- HttpValueCollection.cs
- EventProxy.cs
- Dictionary.cs
- AppDomain.cs
- Sequence.cs
- PeerTransportListenAddressValidator.cs
- MethodCallExpression.cs
- PathStreamGeometryContext.cs
- SimpleWebHandlerParser.cs
- SortQuery.cs
- VScrollProperties.cs
- XmlQualifiedName.cs
- VirtualizedItemPattern.cs
- RegisteredExpandoAttribute.cs
- XmlEncodedRawTextWriter.cs
- ComplexLine.cs
- ValueUnavailableException.cs
- Zone.cs
- Point3D.cs
- ConfigurationPropertyCollection.cs
- DirtyTextRange.cs
- TextLine.cs
- CheckoutException.cs
- GridItemPattern.cs
- DataColumnChangeEvent.cs
- AesCryptoServiceProvider.cs
- MouseButtonEventArgs.cs
- EndSelectCardRequest.cs
- ConfigurationElement.cs
- EntityTypeEmitter.cs
- CodeSnippetCompileUnit.cs
- TraceRecords.cs
- Vector3dCollection.cs
- BaseParser.cs
- ConditionalAttribute.cs
- Rijndael.cs
- DoubleConverter.cs
- wgx_commands.cs
- ToolTip.cs
- XmlSerializerNamespaces.cs
- LayoutTableCell.cs
- Win32Exception.cs
- AmbientEnvironment.cs
- SqlErrorCollection.cs
- OleDbSchemaGuid.cs
- SqlDataSourceWizardForm.cs
- Partitioner.cs
- CopyAttributesAction.cs
- ClientRuntimeConfig.cs
- dataobject.cs