Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- PropertyPushdownHelper.cs
- StyleTypedPropertyAttribute.cs
- TextComposition.cs
- SoapBinding.cs
- WebPartConnectionsConnectVerb.cs
- HtmlTernaryTree.cs
- SessionParameter.cs
- SelectionProviderWrapper.cs
- StoreItemCollection.cs
- ViewCellSlot.cs
- XpsFixedDocumentSequenceReaderWriter.cs
- ToolStripItemTextRenderEventArgs.cs
- HttpListenerResponse.cs
- ClientConfigurationHost.cs
- SecUtil.cs
- BaseComponentEditor.cs
- StructuredTypeEmitter.cs
- ToolBarButton.cs
- Span.cs
- XmlDataCollection.cs
- SafeTimerHandle.cs
- EventWaitHandle.cs
- FreezableCollection.cs
- SessionStateContainer.cs
- BitmapEffectGeneralTransform.cs
- DeviceSpecificDialogCachedState.cs
- CryptoHandle.cs
- TreeWalkHelper.cs
- StyleTypedPropertyAttribute.cs
- DataSetMappper.cs
- InvalidateEvent.cs
- DotNetATv1WindowsLogEntrySerializer.cs
- Oid.cs
- CannotUnloadAppDomainException.cs
- EventMap.cs
- SqlProvider.cs
- TextLineResult.cs
- DateTimeUtil.cs
- TreeViewCancelEvent.cs
- ActivityCodeDomSerializer.cs
- TempFiles.cs
- ConfigurationValue.cs
- ListBoxItemAutomationPeer.cs
- InheritanceContextChangedEventManager.cs
- OrthographicCamera.cs
- ExpressionPrinter.cs
- KeyEventArgs.cs
- WeakEventTable.cs
- MultipleViewProviderWrapper.cs
- ConnectionStringEditor.cs
- BulletChrome.cs
- CacheAxisQuery.cs
- OverflowException.cs
- ComponentSerializationService.cs
- XmlQueryContext.cs
- AdCreatedEventArgs.cs
- PropertyMapper.cs
- ServiceConfigurationTraceRecord.cs
- TableItemPatternIdentifiers.cs
- EUCJPEncoding.cs
- NativeMethods.cs
- MonthCalendar.cs
- HebrewCalendar.cs
- RuntimeCompatibilityAttribute.cs
- ImageSourceConverter.cs
- StorageInfo.cs
- PathFigureCollection.cs
- UserNamePasswordServiceCredential.cs
- ReadOnlyCollection.cs
- SqlServices.cs
- EntityDataSourceContainerNameItem.cs
- RequestQueryProcessor.cs
- XPathBinder.cs
- StateDesigner.TransitionInfo.cs
- NullableIntSumAggregationOperator.cs
- ListViewContainer.cs
- Timer.cs
- ObjectSpanRewriter.cs
- DataProviderNameConverter.cs
- DataGridDesigner.cs
- As.cs
- FusionWrap.cs
- ProfileEventArgs.cs
- OdbcConnection.cs
- MediaEntryAttribute.cs
- WeakReadOnlyCollection.cs
- MappingException.cs
- HiddenField.cs
- VisualTransition.cs
- XMLSchema.cs
- BeginEvent.cs
- SizeValueSerializer.cs
- HierarchicalDataSourceDesigner.cs
- ExtendLockAsyncResult.cs
- TextTreeRootNode.cs
- ViewGenResults.cs
- DSGeneratorProblem.cs
- TabPage.cs
- DynamicActionMessageFilter.cs
- WindowsListViewGroupHelper.cs