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
- CodeDOMProvider.cs
- ListBindingHelper.cs
- UseAttributeSetsAction.cs
- ThreadStaticAttribute.cs
- DocumentPage.cs
- SystemSounds.cs
- InlinedAggregationOperator.cs
- RewritingProcessor.cs
- SerializationHelper.cs
- ConsoleCancelEventArgs.cs
- DataGridPageChangedEventArgs.cs
- ChannelSinkStacks.cs
- GridPattern.cs
- GenericRootAutomationPeer.cs
- SignerInfo.cs
- Point3DCollectionConverter.cs
- HttpWebRequestElement.cs
- NewExpression.cs
- DataGridTable.cs
- PointUtil.cs
- OperationInvokerBehavior.cs
- XPathConvert.cs
- SchemaImporterExtensionElementCollection.cs
- SqlUserDefinedAggregateAttribute.cs
- Visitor.cs
- StrongNamePublicKeyBlob.cs
- OracleTimeSpan.cs
- ValidationRuleCollection.cs
- WebSysDefaultValueAttribute.cs
- SqlError.cs
- Set.cs
- COM2EnumConverter.cs
- _ListenerResponseStream.cs
- LiteralControl.cs
- AuthenticatedStream.cs
- DiscoveryDefaults.cs
- ExpressionLink.cs
- ThousandthOfEmRealPoints.cs
- RegionInfo.cs
- XmlSchemaSimpleTypeUnion.cs
- MemberHolder.cs
- ToolStripItemTextRenderEventArgs.cs
- DiscardableAttribute.cs
- MarkedHighlightComponent.cs
- RawTextInputReport.cs
- WebServiceParameterData.cs
- HtmlEncodedRawTextWriter.cs
- ValidationErrorEventArgs.cs
- ProgressPage.cs
- WindowsListViewSubItem.cs
- XamlToRtfWriter.cs
- TransformedBitmap.cs
- WebFaultException.cs
- ManipulationPivot.cs
- Literal.cs
- GenericTypeParameterBuilder.cs
- Drawing.cs
- DocumentPaginator.cs
- WsdlInspector.cs
- GACMembershipCondition.cs
- RemoteCryptoTokenProvider.cs
- GlyphShapingProperties.cs
- OdbcConnectionStringbuilder.cs
- StorageEntityContainerMapping.cs
- Regex.cs
- XPathException.cs
- Mouse.cs
- IdentityReference.cs
- BuildProvidersCompiler.cs
- LayoutDump.cs
- TextPointer.cs
- SortedDictionary.cs
- DurableInstance.cs
- AddInIpcChannel.cs
- autovalidator.cs
- ExceptionHandler.cs
- PhysicalFontFamily.cs
- ProcessManager.cs
- TrustSection.cs
- CacheSection.cs
- SqlBulkCopyColumnMappingCollection.cs
- ForEachDesigner.xaml.cs
- HttpStreamMessage.cs
- PackUriHelper.cs
- GenericPrincipal.cs
- MeasureItemEvent.cs
- HostingMessageProperty.cs
- WindowsSolidBrush.cs
- URIFormatException.cs
- SimpleWebHandlerParser.cs
- CryptoApi.cs
- StrongNameHelpers.cs
- SafeCryptoHandles.cs
- CredentialCache.cs
- ItemDragEvent.cs
- _NestedSingleAsyncResult.cs
- SQlBooleanStorage.cs
- XmlSecureResolver.cs
- DataControlButton.cs
- RouteParameter.cs