Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / Serialization / SoapEnumAttribute.cs / 1 / SoapEnumAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [AttributeUsage(AttributeTargets.Field)] public class SoapEnumAttribute : System.Attribute { string name; ///[To be supplied.] ////// /// public SoapEnumAttribute() { } ///[To be supplied.] ////// /// public SoapEnumAttribute(string name) { this.name = name; } ///[To be supplied.] ////// /// public string Name { 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; ////// /// [AttributeUsage(AttributeTargets.Field)] public class SoapEnumAttribute : System.Attribute { string name; ///[To be supplied.] ////// /// public SoapEnumAttribute() { } ///[To be supplied.] ////// /// public SoapEnumAttribute(string name) { this.name = name; } ///[To be supplied.] ////// /// public string Name { 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
- LogicalTreeHelper.cs
- CriticalHandle.cs
- TdsValueSetter.cs
- SmtpNtlmAuthenticationModule.cs
- ProxyHelper.cs
- VisualTarget.cs
- ResourceReferenceKeyNotFoundException.cs
- SmiRecordBuffer.cs
- RSAProtectedConfigurationProvider.cs
- OleDbPropertySetGuid.cs
- InheritedPropertyChangedEventArgs.cs
- PageWrapper.cs
- UxThemeWrapper.cs
- XpsViewerException.cs
- SQLInt16Storage.cs
- XmlSerializerAssemblyAttribute.cs
- SystemInfo.cs
- SizeKeyFrameCollection.cs
- WorkflowMarkupSerializer.cs
- QueryContinueDragEvent.cs
- FrameSecurityDescriptor.cs
- FontWeight.cs
- TaskFactory.cs
- ErrorHandlingReceiver.cs
- GenericIdentity.cs
- MailHeaderInfo.cs
- TextRangeProviderWrapper.cs
- ParagraphResult.cs
- AttributeAction.cs
- TypefaceMap.cs
- SerializationHelper.cs
- SimpleHandlerBuildProvider.cs
- EventDescriptor.cs
- ClientRoleProvider.cs
- XPathBuilder.cs
- isolationinterop.cs
- LinqDataSourceContextEventArgs.cs
- MemoryStream.cs
- WmlLiteralTextAdapter.cs
- StrokeFIndices.cs
- BaseAppDomainProtocolHandler.cs
- StylusPoint.cs
- SyncOperationState.cs
- ComplusEndpointConfigContainer.cs
- ExtensionWindowHeader.cs
- InheritanceRules.cs
- FileUtil.cs
- DiagnosticTrace.cs
- RawStylusInput.cs
- KeyboardNavigation.cs
- DataGridViewCellMouseEventArgs.cs
- CheckBoxList.cs
- TypeDelegator.cs
- MetadataCacheItem.cs
- HtmlWindowCollection.cs
- shaperfactoryquerycachekey.cs
- Int32Collection.cs
- OleAutBinder.cs
- IndicShape.cs
- MouseActionConverter.cs
- MessageEncodingBindingElementImporter.cs
- StylusEventArgs.cs
- WindowsIdentity.cs
- DoubleUtil.cs
- UmAlQuraCalendar.cs
- parserscommon.cs
- FrameDimension.cs
- SecurityCredentialsManager.cs
- Graphics.cs
- ProfileGroupSettingsCollection.cs
- DbConnectionPoolIdentity.cs
- CodeThrowExceptionStatement.cs
- StreamHelper.cs
- AutoGeneratedFieldProperties.cs
- ArrayConverter.cs
- InputQueue.cs
- SchemaImporterExtensionElement.cs
- Enlistment.cs
- HandlerBase.cs
- SqlInternalConnection.cs
- DefaultTypeArgumentAttribute.cs
- ListChangedEventArgs.cs
- WrapPanel.cs
- ObjectCloneHelper.cs
- DirectoryInfo.cs
- ClonableStack.cs
- ToggleProviderWrapper.cs
- CharEnumerator.cs
- DefaultObjectSerializer.cs
- Rect.cs
- SmiRecordBuffer.cs
- FillErrorEventArgs.cs
- SafeRightsManagementPubHandle.cs
- GC.cs
- QueryAsyncResult.cs
- HatchBrush.cs
- OleDbPermission.cs
- LongTypeConverter.cs
- BoolLiteral.cs
- BuildProvider.cs