Code:
/ DotNET / DotNET / 8.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
- HtmlShimManager.cs
- InvalidFilterCriteriaException.cs
- WebFaultException.cs
- WebServiceMethodData.cs
- GridLength.cs
- XmlNotation.cs
- Int16Converter.cs
- XmlAttributeProperties.cs
- WebAdminConfigurationHelper.cs
- SecurityTokenTypes.cs
- SessionParameter.cs
- BuildDependencySet.cs
- EventHandlersDesigner.cs
- ButtonBaseDesigner.cs
- Int16AnimationUsingKeyFrames.cs
- TableRow.cs
- _HeaderInfoTable.cs
- ModelVisual3D.cs
- MethodToken.cs
- Monitor.cs
- DependencySource.cs
- SettingsContext.cs
- XPathMessageFilterElementCollection.cs
- OutputCacheProfileCollection.cs
- PassportIdentity.cs
- SqlNotificationRequest.cs
- CoTaskMemSafeHandle.cs
- MenuCommands.cs
- DocumentOrderComparer.cs
- RegexParser.cs
- ObjectListTitleAttribute.cs
- RemotingClientProxy.cs
- OutputWindow.cs
- IPEndPointCollection.cs
- DefaultTypeArgumentAttribute.cs
- NavigationProgressEventArgs.cs
- ValueQuery.cs
- HttpServerVarsCollection.cs
- ContextMenuStripGroupCollection.cs
- EditorAttribute.cs
- GridViewUpdatedEventArgs.cs
- SecurityDocument.cs
- CornerRadius.cs
- DetailsViewPageEventArgs.cs
- DeferredTextReference.cs
- TimeoutException.cs
- CompensatableTransactionScopeActivityDesigner.cs
- SafeMILHandleMemoryPressure.cs
- EncodingInfo.cs
- SharedPersonalizationStateInfo.cs
- ApplicationInfo.cs
- NullExtension.cs
- XmlNodeChangedEventManager.cs
- XmlMemberMapping.cs
- PointLight.cs
- UntrustedRecipientException.cs
- FigureParagraph.cs
- ModelItemDictionary.cs
- NativeCompoundFileAPIs.cs
- ConnectionStringsExpressionEditor.cs
- MatrixStack.cs
- FontWeight.cs
- PlatformCulture.cs
- SessionEndingEventArgs.cs
- OracleParameterCollection.cs
- CodeSnippetCompileUnit.cs
- PingReply.cs
- XamlTypeMapper.cs
- ConnectivityStatus.cs
- SectionUpdates.cs
- MutexSecurity.cs
- WindowsFormsSectionHandler.cs
- AsymmetricKeyExchangeDeformatter.cs
- IteratorDescriptor.cs
- SignedXml.cs
- MulticastDelegate.cs
- SkewTransform.cs
- Evidence.cs
- DataGridState.cs
- EntityStoreSchemaFilterEntry.cs
- PolyQuadraticBezierSegment.cs
- NotifyInputEventArgs.cs
- FamilyTypefaceCollection.cs
- cookiecontainer.cs
- TransactionManager.cs
- FormsAuthenticationUser.cs
- Interlocked.cs
- SymbolTable.cs
- ProjectionPruner.cs
- WSHttpBinding.cs
- ApplicationGesture.cs
- sitestring.cs
- Stroke.cs
- DeleteCardRequest.cs
- BindingRestrictions.cs
- EventPrivateKey.cs
- TransactionScope.cs
- ParameterRetriever.cs
- IISMapPath.cs
- FileChangesMonitor.cs