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
- IndexedString.cs
- LogicalExpr.cs
- ComplusTypeValidator.cs
- ContentTextAutomationPeer.cs
- XmlDomTextWriter.cs
- ThicknessKeyFrameCollection.cs
- CommandDevice.cs
- StrokeCollection2.cs
- WebPartConnectionsCancelEventArgs.cs
- AlphaSortedEnumConverter.cs
- ExceptionRoutedEventArgs.cs
- PageThemeCodeDomTreeGenerator.cs
- XmlAnyElementAttribute.cs
- HtmlInputSubmit.cs
- CodeArrayIndexerExpression.cs
- WebPartEditorOkVerb.cs
- DefaultValueTypeConverter.cs
- MultipleCopiesCollection.cs
- ExpandableObjectConverter.cs
- GridViewPageEventArgs.cs
- TreeNodeBinding.cs
- Int16KeyFrameCollection.cs
- EventBuilder.cs
- XmlAttributes.cs
- ThreadSafeMessageFilterTable.cs
- Regex.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- X509SubjectKeyIdentifierClause.cs
- FtpWebResponse.cs
- WindowsFormsSectionHandler.cs
- StylusPointDescription.cs
- BitmapMetadataBlob.cs
- XmlException.cs
- XmlAttributeProperties.cs
- VirtualDirectoryMapping.cs
- StringArrayEditor.cs
- Subset.cs
- CaseStatementProjectedSlot.cs
- ScrollBarRenderer.cs
- AnnotationMap.cs
- Brush.cs
- LicenseManager.cs
- IntSecurity.cs
- SendMailErrorEventArgs.cs
- GatewayDefinition.cs
- TimeSpanConverter.cs
- TdsParserSessionPool.cs
- AvTraceFormat.cs
- SetIterators.cs
- AnnotationComponentChooser.cs
- DropTarget.cs
- WorkflowTransactionOptions.cs
- SchemaNamespaceManager.cs
- DiscardableAttribute.cs
- BamlStream.cs
- CompoundFileReference.cs
- PartManifestEntry.cs
- _NestedMultipleAsyncResult.cs
- WriteTimeStream.cs
- Win32.cs
- TreeIterators.cs
- WaitHandleCannotBeOpenedException.cs
- Point3DCollection.cs
- ThicknessKeyFrameCollection.cs
- _IPv4Address.cs
- Utils.cs
- CreateCardRequest.cs
- SecureStringHasher.cs
- SecurityTokenException.cs
- GeneralTransform3DGroup.cs
- Point.cs
- XmlSchemaInclude.cs
- RegistryKey.cs
- MobileControlsSection.cs
- View.cs
- SocketInformation.cs
- NameTable.cs
- TrackingAnnotationCollection.cs
- InfiniteTimeSpanConverter.cs
- MetaChildrenColumn.cs
- ThemeInfoAttribute.cs
- ThreadLocal.cs
- StringAnimationBase.cs
- PasswordRecovery.cs
- SQLGuidStorage.cs
- Scalars.cs
- DataGridToolTip.cs
- LogRestartAreaEnumerator.cs
- DynamicQueryableWrapper.cs
- TextRunCacheImp.cs
- HttpApplication.cs
- Pen.cs
- UpdateExpressionVisitor.cs
- AnnotationComponentChooser.cs
- WebPartConnectVerb.cs
- SqlNodeAnnotations.cs
- ParallelDesigner.xaml.cs
- KeyTimeConverter.cs
- DispatchWrapper.cs
- SectionInformation.cs