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
- WindowsListBox.cs
- InfoCardAsymmetricCrypto.cs
- ScriptResourceInfo.cs
- SemanticBasicElement.cs
- ReversePositionQuery.cs
- PerCallInstanceContextProvider.cs
- CryptographicAttribute.cs
- ByteAnimation.cs
- ProxyWebPartConnectionCollection.cs
- Crc32.cs
- ExpressionEditorAttribute.cs
- SqlProfileProvider.cs
- wpf-etw.cs
- OdbcConnectionPoolProviderInfo.cs
- DeobfuscatingStream.cs
- WeakReferenceKey.cs
- OracleBinary.cs
- PeerSecurityManager.cs
- BuilderInfo.cs
- TokenBasedSetEnumerator.cs
- Variant.cs
- HandleTable.cs
- MILUtilities.cs
- SetterBase.cs
- ImageSource.cs
- PersonalizationProviderCollection.cs
- TCEAdapterGenerator.cs
- BuilderElements.cs
- BindingManagerDataErrorEventArgs.cs
- dsa.cs
- FrameworkContentElement.cs
- CodePageEncoding.cs
- SmtpDigestAuthenticationModule.cs
- SQLRoleProvider.cs
- DynamicRendererThreadManager.cs
- HttpApplication.cs
- SqlDataSourceEnumerator.cs
- UrlMappingsSection.cs
- PointLight.cs
- HiddenFieldPageStatePersister.cs
- MasterPage.cs
- LinqDataSourceInsertEventArgs.cs
- WebPartDisplayModeEventArgs.cs
- XmlAttributeOverrides.cs
- FileSecurity.cs
- VariantWrapper.cs
- XmlAttributeAttribute.cs
- ScrollableControl.cs
- Point3DCollection.cs
- SoapObjectInfo.cs
- XmlToDatasetMap.cs
- DNS.cs
- DataBoundControlAdapter.cs
- OledbConnectionStringbuilder.cs
- SqlTransaction.cs
- ConnectionProviderAttribute.cs
- GenericsInstances.cs
- TableStyle.cs
- Int32AnimationBase.cs
- FixedMaxHeap.cs
- ControlIdConverter.cs
- SecurityResources.cs
- XPathMultyIterator.cs
- PageCache.cs
- DbQueryCommandTree.cs
- WindowsStatic.cs
- FontStyle.cs
- GridViewCellAutomationPeer.cs
- LongPath.cs
- DbDeleteCommandTree.cs
- BitArray.cs
- SwitchLevelAttribute.cs
- ResourceContainerWrapper.cs
- DeviceContexts.cs
- SystemDiagnosticsSection.cs
- FlowLayout.cs
- ServiceNameElementCollection.cs
- InputGestureCollection.cs
- basecomparevalidator.cs
- DataGridViewColumnStateChangedEventArgs.cs
- SecurityElement.cs
- SqlProvider.cs
- HashCodeCombiner.cs
- PathBox.cs
- IntegerCollectionEditor.cs
- DesignerRegion.cs
- ToolStripContainerDesigner.cs
- BinaryParser.cs
- PeerCollaboration.cs
- ChannelTracker.cs
- EmptyEnumerator.cs
- Signature.cs
- EpmTargetPathSegment.cs
- MarkupProperty.cs
- XmlFormatExtensionAttribute.cs
- ExceptionUtil.cs
- RowsCopiedEventArgs.cs
- SqlParameterizer.cs
- SqlWebEventProvider.cs
- EditingMode.cs