Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridViewRowCancelEventArgs.cs
- AttributedMetaModel.cs
- SessionPageStateSection.cs
- AsmxEndpointPickerExtension.cs
- StorageEntityTypeMapping.cs
- Transform3DGroup.cs
- Queue.cs
- DragDeltaEventArgs.cs
- XmlSerializerFactory.cs
- Evaluator.cs
- DbException.cs
- SymbolEqualComparer.cs
- ControlCachePolicy.cs
- SettingsAttributes.cs
- WindowsSidIdentity.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- ArrayList.cs
- HandleCollector.cs
- BinaryFormatterWriter.cs
- TabControlCancelEvent.cs
- TypeDescriptionProviderAttribute.cs
- _OSSOCK.cs
- MailFileEditor.cs
- DataGridViewCellFormattingEventArgs.cs
- DragDropManager.cs
- COM2TypeInfoProcessor.cs
- _HTTPDateParse.cs
- DataGridPageChangedEventArgs.cs
- NativeMethodsOther.cs
- NullReferenceException.cs
- HandlerBase.cs
- XPathNavigatorReader.cs
- DataGridParentRows.cs
- OpenTypeLayoutCache.cs
- ConfigurationPropertyCollection.cs
- CatalogZoneBase.cs
- RegexEditorDialog.cs
- MarkupWriter.cs
- thaishape.cs
- InvariantComparer.cs
- TraceSection.cs
- VScrollBar.cs
- AssemblyHash.cs
- PropertyItemInternal.cs
- SelectionPatternIdentifiers.cs
- DeviceContext.cs
- VirtualPath.cs
- DataGridRow.cs
- DataTableReaderListener.cs
- InstanceStoreQueryResult.cs
- BreadCrumbTextConverter.cs
- SqlFunctions.cs
- PackWebResponse.cs
- PropertyEmitterBase.cs
- SectionUpdates.cs
- XmlSerializerSection.cs
- XmlComplianceUtil.cs
- AssemblyAttributesGoHere.cs
- SqlAliasesReferenced.cs
- DeferrableContentConverter.cs
- CatalogPart.cs
- AssertFilter.cs
- NotSupportedException.cs
- AttributeEmitter.cs
- DatagridviewDisplayedBandsData.cs
- MetafileHeader.cs
- DoubleCollectionValueSerializer.cs
- Classification.cs
- TextAnchor.cs
- ComplusEndpointConfigContainer.cs
- FileRecordSequenceCompletedAsyncResult.cs
- PriorityQueue.cs
- ComponentEvent.cs
- XmlLanguageConverter.cs
- UIElement3D.cs
- ProxyGenerationError.cs
- RoleBoolean.cs
- WindowsTab.cs
- MeshGeometry3D.cs
- ClientUrlResolverWrapper.cs
- EdgeModeValidation.cs
- TemplatedAdorner.cs
- SoapFault.cs
- WebServiceClientProxyGenerator.cs
- HighlightComponent.cs
- WsdlImporter.cs
- EditorZoneDesigner.cs
- __ConsoleStream.cs
- CroppedBitmap.cs
- DataGridViewIntLinkedList.cs
- DbException.cs
- FacetDescription.cs
- CallbackWrapper.cs
- FontClient.cs
- TrackingDataItemValue.cs
- EntityType.cs
- XmlTextAttribute.cs
- RtfNavigator.cs
- ThreadExceptionDialog.cs
- EventWaitHandleSecurity.cs