Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlTextAttribute.cs / 1305376 / XmlTextAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Parameter | AttributeTargets.ReturnValue)] public class XmlTextAttribute : System.Attribute { Type type; string dataType; ///[To be supplied.] ////// /// public XmlTextAttribute() { } ///[To be supplied.] ////// /// public XmlTextAttribute(Type type) { this.type = type; } ///[To be supplied.] ////// /// public Type Type { get { return type; } set { type = value; } } ///[To be supplied.] ////// /// public string DataType { get { return dataType == null ? string.Empty : dataType; } set { dataType = 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 | AttributeTargets.Property | AttributeTargets.Parameter | AttributeTargets.ReturnValue)] public class XmlTextAttribute : System.Attribute { Type type; string dataType; ///[To be supplied.] ////// /// public XmlTextAttribute() { } ///[To be supplied.] ////// /// public XmlTextAttribute(Type type) { this.type = type; } ///[To be supplied.] ////// /// public Type Type { get { return type; } set { type = value; } } ///[To be supplied.] ////// /// public string DataType { get { return dataType == null ? string.Empty : dataType; } set { dataType = 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
- WebPartTransformerCollection.cs
- DBAsyncResult.cs
- ByteStreamGeometryContext.cs
- ElementMarkupObject.cs
- SecurityCriticalDataForSet.cs
- SuppressMergeCheckAttribute.cs
- LineGeometry.cs
- DbDataReader.cs
- FlowDecisionDesigner.xaml.cs
- TextEffectResolver.cs
- CategoryAttribute.cs
- DataServiceKeyAttribute.cs
- OraclePermission.cs
- Control.cs
- CheckBoxPopupAdapter.cs
- ReferenceTypeElement.cs
- SQLDateTime.cs
- DictionaryBase.cs
- SerializationHelper.cs
- InputProcessorProfiles.cs
- PageCache.cs
- RoutedEvent.cs
- Automation.cs
- ProcessRequestArgs.cs
- DockProviderWrapper.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- TextFormatterImp.cs
- ColumnWidthChangedEvent.cs
- FtpWebRequest.cs
- CompilerCollection.cs
- VBCodeProvider.cs
- PluralizationService.cs
- PathSegment.cs
- HtmlButton.cs
- ThreadExceptionDialog.cs
- ClientApiGenerator.cs
- TagNameToTypeMapper.cs
- RankException.cs
- MetadataCache.cs
- VisualTreeUtils.cs
- SettingsBindableAttribute.cs
- DiscoveryDocument.cs
- StrongName.cs
- XamlPointCollectionSerializer.cs
- JsonQueryStringConverter.cs
- LicFileLicenseProvider.cs
- StorageModelBuildProvider.cs
- DataGridPagingPage.cs
- StoreContentChangedEventArgs.cs
- TaiwanLunisolarCalendar.cs
- SiteMapDataSource.cs
- FtpWebResponse.cs
- ResizeGrip.cs
- ReturnValue.cs
- SystemIPGlobalStatistics.cs
- InputLangChangeRequestEvent.cs
- DataGridViewDataConnection.cs
- DrawingGroup.cs
- TrustDriver.cs
- ZoomPercentageConverter.cs
- HeaderUtility.cs
- ObjectDataSource.cs
- XPathQilFactory.cs
- DoubleConverter.cs
- InputMethodStateTypeInfo.cs
- _IPv4Address.cs
- CodePageUtils.cs
- ListViewCancelEventArgs.cs
- MsmqDecodeHelper.cs
- CallbackDebugBehavior.cs
- OnOperation.cs
- InteropDesigner.xaml.cs
- TraceHandler.cs
- XmlImplementation.cs
- Image.cs
- Membership.cs
- OdbcConnection.cs
- WindowsFormsSectionHandler.cs
- MimeTypePropertyAttribute.cs
- FileDialogCustomPlace.cs
- CodeSubDirectoriesCollection.cs
- XXXOnTypeBuilderInstantiation.cs
- RSAOAEPKeyExchangeDeformatter.cs
- InvokeGenerator.cs
- ChtmlPhoneCallAdapter.cs
- BuildManager.cs
- EntitySqlQueryCacheKey.cs
- LinkClickEvent.cs
- MsmqException.cs
- MetadataArtifactLoaderComposite.cs
- ArgumentException.cs
- WebPartManager.cs
- Int32Collection.cs
- QilStrConcatenator.cs
- CustomExpressionEventArgs.cs
- AnimationException.cs
- ClonableStack.cs
- TemplateParser.cs
- MultiplexingDispatchMessageFormatter.cs
- GenericEnumConverter.cs