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; ////// /// [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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Stopwatch.cs
- ApplicationFileCodeDomTreeGenerator.cs
- ValidationError.cs
- DefaultValueConverter.cs
- TypeDelegator.cs
- ToolStripDropTargetManager.cs
- IIS7WorkerRequest.cs
- ISFTagAndGuidCache.cs
- ToolZone.cs
- localization.cs
- LinearGradientBrush.cs
- SqlDeflator.cs
- RoleManagerModule.cs
- RequestDescription.cs
- TransportSecurityProtocol.cs
- DbSourceCommand.cs
- SchemaInfo.cs
- TransactionTable.cs
- MessagingDescriptionAttribute.cs
- SpnEndpointIdentity.cs
- DiagnosticsConfigurationHandler.cs
- BindingBase.cs
- TypedAsyncResult.cs
- RenderOptions.cs
- CheckedListBox.cs
- ReadOnlyTernaryTree.cs
- ConfigErrorGlyph.cs
- ErrorProvider.cs
- UIPermission.cs
- CommandHelpers.cs
- AssertSection.cs
- SBCSCodePageEncoding.cs
- HttpModuleCollection.cs
- MenuAdapter.cs
- MergeFailedEvent.cs
- TableLayoutPanelCellPosition.cs
- GridErrorDlg.cs
- DefaultProxySection.cs
- ExpressionPrefixAttribute.cs
- Command.cs
- HostAdapter.cs
- Viewport2DVisual3D.cs
- StateDesignerConnector.cs
- AnnotationObservableCollection.cs
- MD5CryptoServiceProvider.cs
- Label.cs
- SetterBase.cs
- HostProtectionException.cs
- TargetException.cs
- DecimalAnimationUsingKeyFrames.cs
- CorrelationKey.cs
- UIPermission.cs
- MemberAccessException.cs
- NetStream.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- HttpClientChannel.cs
- X509IssuerSerialKeyIdentifierClause.cs
- safex509handles.cs
- AudioBase.cs
- TemplateBindingExpression.cs
- LambdaCompiler.Expressions.cs
- SimpleMailWebEventProvider.cs
- AdornerLayer.cs
- RolePrincipal.cs
- SmtpNetworkElement.cs
- _DigestClient.cs
- PeekCompletedEventArgs.cs
- LocalizabilityAttribute.cs
- GlobalItem.cs
- DefaultTextStoreTextComposition.cs
- SchemaImporterExtension.cs
- CalculatedColumn.cs
- InstanceData.cs
- ButtonColumn.cs
- DataSourceCollectionBase.cs
- RefreshPropertiesAttribute.cs
- VoiceChangeEventArgs.cs
- ResourceReferenceExpressionConverter.cs
- DataGridViewCellValueEventArgs.cs
- DynamicResourceExtensionConverter.cs
- ParenthesizePropertyNameAttribute.cs
- RawUIStateInputReport.cs
- BatchServiceHost.cs
- ThemeDictionaryExtension.cs
- NativeMethods.cs
- SystemInfo.cs
- ITreeGenerator.cs
- Parameter.cs
- NativeMethods.cs
- InputBinding.cs
- DropShadowEffect.cs
- HtmlTableCellCollection.cs
- ValidationPropertyAttribute.cs
- ImageCodecInfoPrivate.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- ScriptControlManager.cs
- StaticFileHandler.cs
- IPEndPoint.cs
- Parameter.cs
- LogExtentCollection.cs