Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- IconBitmapDecoder.cs
- XmlQueryRuntime.cs
- Util.cs
- TreeViewEvent.cs
- XPathAncestorQuery.cs
- AlignmentXValidation.cs
- TextServicesLoader.cs
- ServiceProviders.cs
- XmlMemberMapping.cs
- ClientRoleProvider.cs
- RolePrincipal.cs
- ParseElement.cs
- RoleManagerModule.cs
- RuntimeConfig.cs
- PrimitiveXmlSerializers.cs
- ObjectHandle.cs
- WebUtil.cs
- DbExpressionRules.cs
- Visual3D.cs
- TypeSystemHelpers.cs
- _BaseOverlappedAsyncResult.cs
- AccessibleObject.cs
- IdentitySection.cs
- TagMapCollection.cs
- ObjectHandle.cs
- TimeSpanConverter.cs
- SafeCryptContextHandle.cs
- SQLBinary.cs
- DataGridItem.cs
- GeometryDrawing.cs
- HttpPostLocalhostServerProtocol.cs
- PinnedBufferMemoryStream.cs
- _FtpControlStream.cs
- MsmqAppDomainProtocolHandler.cs
- SQLInt32.cs
- XmlToDatasetMap.cs
- dsa.cs
- ListItemCollection.cs
- InheritanceContextHelper.cs
- CommonGetThemePartSize.cs
- Scene3D.cs
- WebServiceHost.cs
- SqlError.cs
- FloaterParagraph.cs
- PointUtil.cs
- CompiledWorkflowDefinitionContext.cs
- EqualityArray.cs
- SystemUnicastIPAddressInformation.cs
- StreamInfo.cs
- IsolatedStorageFilePermission.cs
- ManagedIStream.cs
- xsdvalidator.cs
- QuaternionRotation3D.cs
- VisualProxy.cs
- FrameSecurityDescriptor.cs
- CreationContext.cs
- EmptyCollection.cs
- FieldBuilder.cs
- PageParserFilter.cs
- StylusCollection.cs
- BinaryCommonClasses.cs
- EventMappingSettings.cs
- RawStylusSystemGestureInputReport.cs
- EventProxy.cs
- SQLDecimalStorage.cs
- CounterCreationData.cs
- SolidColorBrush.cs
- WebZoneDesigner.cs
- PolyLineSegmentFigureLogic.cs
- WriteTimeStream.cs
- AnnotationStore.cs
- ZipFileInfoCollection.cs
- WindowsImpersonationContext.cs
- XmlSchemaDocumentation.cs
- PermissionToken.cs
- TypeReference.cs
- counter.cs
- OracleMonthSpan.cs
- NativeWindow.cs
- SliderAutomationPeer.cs
- ImmutableCollection.cs
- SRef.cs
- WebPartPersonalization.cs
- URIFormatException.cs
- InternalControlCollection.cs
- FloatMinMaxAggregationOperator.cs
- TextRunProperties.cs
- CharEnumerator.cs
- SqlResolver.cs
- FilterableData.cs
- SecurityManager.cs
- ConfigurationLocation.cs
- Function.cs
- DeadCharTextComposition.cs
- CacheEntry.cs
- ScriptControlManager.cs
- SupportingTokenBindingElement.cs
- SessionStateSection.cs
- XNameConverter.cs
- TimeSpanMinutesConverter.cs