Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / Serialization / XmlTextAttribute.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ImageClickEventArgs.cs
- connectionpool.cs
- SerializableAttribute.cs
- Parsers.cs
- DBNull.cs
- StringUtil.cs
- SharedStream.cs
- SystemIPGlobalProperties.cs
- SoapCommonClasses.cs
- TextSelectionProcessor.cs
- _emptywebproxy.cs
- FileRecordSequence.cs
- DataGridViewButtonColumn.cs
- FacetDescriptionElement.cs
- StyleModeStack.cs
- StylusDevice.cs
- OuterGlowBitmapEffect.cs
- RenderingEventArgs.cs
- SiteMapNode.cs
- SequenceDesigner.cs
- ProxySimple.cs
- DataViewSettingCollection.cs
- SoapAttributeOverrides.cs
- ClipboardData.cs
- VBCodeProvider.cs
- BindableAttribute.cs
- ProxyAttribute.cs
- DataViewManager.cs
- SQLSingleStorage.cs
- FrameworkRichTextComposition.cs
- Funcletizer.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- processwaithandle.cs
- ExpandSegment.cs
- DataControlFieldCollection.cs
- ClientSession.cs
- TcpHostedTransportConfiguration.cs
- MembershipValidatePasswordEventArgs.cs
- NullToBooleanConverter.cs
- EtwTrace.cs
- NativeWindow.cs
- UnsafeNetInfoNativeMethods.cs
- ConvertTextFrag.cs
- ColorAnimationUsingKeyFrames.cs
- BamlStream.cs
- RelatedPropertyManager.cs
- SolidColorBrush.cs
- DataBoundControlAdapter.cs
- ConditionalDesigner.cs
- Deflater.cs
- Calendar.cs
- AuthenticationManager.cs
- SpAudioStreamWrapper.cs
- SharedDp.cs
- DataContractSerializer.cs
- TransactionInterop.cs
- RewritingValidator.cs
- XamlWriter.cs
- PathSegment.cs
- _MultipleConnectAsync.cs
- StatusBarAutomationPeer.cs
- UserPersonalizationStateInfo.cs
- SQLMoneyStorage.cs
- AnnotationAdorner.cs
- GridViewSortEventArgs.cs
- XLinq.cs
- TypeElement.cs
- UnmanagedMarshal.cs
- DesignerVerbCollection.cs
- AppendHelper.cs
- EtwTrace.cs
- SystemIcmpV4Statistics.cs
- ClientSettingsSection.cs
- EventSchemaTraceListener.cs
- HtmlInputRadioButton.cs
- ComEventsSink.cs
- UIPropertyMetadata.cs
- UnicodeEncoding.cs
- SendMailErrorEventArgs.cs
- DBBindings.cs
- NeedSkipTokenVisitor.cs
- NetworkInformationPermission.cs
- DuplicateDetector.cs
- MaskedTextBox.cs
- XmlUtil.cs
- TypedElement.cs
- StringValidatorAttribute.cs
- SingleSelectRootGridEntry.cs
- XamlSerializerUtil.cs
- Pair.cs
- SqlComparer.cs
- UrlParameterWriter.cs
- LastQueryOperator.cs
- ListItem.cs
- TransformedBitmap.cs
- RadioButtonFlatAdapter.cs
- GACMembershipCondition.cs
- DbMetaDataFactory.cs
- ReferenceEqualityComparer.cs