Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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
- ScrollData.cs
- DllHostedComPlusServiceHost.cs
- DocumentPage.cs
- ResXDataNode.cs
- Button.cs
- WhitespaceRuleReader.cs
- ObjectItemCachedAssemblyLoader.cs
- DataGridViewRowPostPaintEventArgs.cs
- ItemsPresenter.cs
- BinaryMethodMessage.cs
- GuidelineCollection.cs
- NavigateEvent.cs
- AutoScrollExpandMessageFilter.cs
- OrderingQueryOperator.cs
- PropertyIdentifier.cs
- Vector3D.cs
- EntityDataSourceWrapperCollection.cs
- WindowsTab.cs
- BinHexEncoder.cs
- Msmq.cs
- BaseDataBoundControl.cs
- _SpnDictionary.cs
- SystemPens.cs
- LocalTransaction.cs
- ValidationHelper.cs
- RawStylusInputCustomDataList.cs
- CryptoProvider.cs
- ExecutionEngineException.cs
- ConfigXmlText.cs
- Axis.cs
- VariableAction.cs
- OptimalBreakSession.cs
- TabPageDesigner.cs
- MimeReturn.cs
- CachedTypeface.cs
- ProxyWebPartManager.cs
- DbParameterCollection.cs
- Int16Converter.cs
- AppDomainFactory.cs
- ContextMenuAutomationPeer.cs
- DataGridViewElement.cs
- DesignUtil.cs
- SelectionRange.cs
- ParseHttpDate.cs
- ToolStripButton.cs
- CompiledAction.cs
- CheckoutException.cs
- VScrollProperties.cs
- WeakRefEnumerator.cs
- BitmapEffect.cs
- SystemWebSectionGroup.cs
- TabItemWrapperAutomationPeer.cs
- EnterpriseServicesHelper.cs
- QueryCacheEntry.cs
- DataGridBoolColumn.cs
- ListSortDescriptionCollection.cs
- CodeAttributeDeclaration.cs
- Journaling.cs
- WebPartDisplayModeCancelEventArgs.cs
- IisTraceWebEventProvider.cs
- ClientUtils.cs
- PeerNameRecord.cs
- CssTextWriter.cs
- StreamingContext.cs
- HandledMouseEvent.cs
- DataGridViewRowStateChangedEventArgs.cs
- WriteFileContext.cs
- counter.cs
- EarlyBoundInfo.cs
- WorkflowOwnerAsyncResult.cs
- CaseStatement.cs
- RuntimeVariablesExpression.cs
- SubstitutionList.cs
- TypeSystem.cs
- DataError.cs
- BindingBase.cs
- XamlSerializerUtil.cs
- AttributeExtensions.cs
- TextEditorThreadLocalStore.cs
- SafeNativeMethods.cs
- SafeLibraryHandle.cs
- Walker.cs
- Enlistment.cs
- XamlToRtfWriter.cs
- LineUtil.cs
- CultureMapper.cs
- UInt64.cs
- InkPresenterAutomationPeer.cs
- DataListCommandEventArgs.cs
- PageClientProxyGenerator.cs
- DictationGrammar.cs
- ProcessModelSection.cs
- EntityClientCacheKey.cs
- EventMap.cs
- OleDbConnectionInternal.cs
- ParagraphResult.cs
- ArraySubsetEnumerator.cs
- GenericAuthenticationEventArgs.cs
- WebPartMovingEventArgs.cs
- OciEnlistContext.cs