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
- BuildProvider.cs
- Animatable.cs
- FixedHyperLink.cs
- NavigatingCancelEventArgs.cs
- TypeElementCollection.cs
- TypeLibraryHelper.cs
- ToolStripItemTextRenderEventArgs.cs
- GlyphRun.cs
- ExecutionEngineException.cs
- ZipIOLocalFileHeader.cs
- messageonlyhwndwrapper.cs
- WebPermission.cs
- HybridDictionary.cs
- RichTextBoxConstants.cs
- PopupEventArgs.cs
- SqlDataSourceAdvancedOptionsForm.cs
- MessageHeaderDescription.cs
- SafeFileMappingHandle.cs
- SqlGenerator.cs
- StringFreezingAttribute.cs
- XmlQualifiedNameTest.cs
- Point4DConverter.cs
- WizardStepBase.cs
- HandlerWithFactory.cs
- MemberCollection.cs
- ItemTypeToolStripMenuItem.cs
- VScrollBar.cs
- X509ScopedServiceCertificateElement.cs
- SplitContainerDesigner.cs
- ListViewContainer.cs
- EditableTreeList.cs
- DefaultShape.cs
- SiteMapHierarchicalDataSourceView.cs
- XmlSerializableServices.cs
- ObjectListCommandEventArgs.cs
- Knowncolors.cs
- OleDbRowUpdatedEvent.cs
- UnicodeEncoding.cs
- ArgumentOutOfRangeException.cs
- TextClipboardData.cs
- XPathCompileException.cs
- MappingModelBuildProvider.cs
- HashHelper.cs
- FastPropertyAccessor.cs
- SelectingProviderEventArgs.cs
- CustomErrorCollection.cs
- SqlTypeConverter.cs
- XmlStreamStore.cs
- TriggerAction.cs
- RectAnimation.cs
- TextBreakpoint.cs
- ResXResourceReader.cs
- ConfigXmlWhitespace.cs
- MimeBasePart.cs
- ProcessHostServerConfig.cs
- MachineKeyValidationConverter.cs
- UriPrefixTable.cs
- ApplicationHost.cs
- RequestQueryParser.cs
- ObjectContext.cs
- SectionUpdates.cs
- MobileUserControlDesigner.cs
- CompiledRegexRunnerFactory.cs
- MenuScrollingVisibilityConverter.cs
- GeneralTransform3DGroup.cs
- TabItem.cs
- TimerElapsedEvenArgs.cs
- SupportingTokenAuthenticatorSpecification.cs
- ToolStripHighContrastRenderer.cs
- Bits.cs
- ScriptingSectionGroup.cs
- OdbcDataAdapter.cs
- TemplateBamlTreeBuilder.cs
- AmbientProperties.cs
- DynamicExpression.cs
- UnsafeNativeMethods.cs
- XPathScanner.cs
- WebConfigurationHost.cs
- Vector3dCollection.cs
- VisualTarget.cs
- PropertyCondition.cs
- ZoneLinkButton.cs
- SqlCaseSimplifier.cs
- SqlHelper.cs
- DataProtectionSecurityStateEncoder.cs
- Token.cs
- TransformValueSerializer.cs
- FatalException.cs
- SR.Designer.cs
- ApplicationBuildProvider.cs
- PropertyKey.cs
- Listbox.cs
- MailAddress.cs
- DataBinding.cs
- ActivityStateQuery.cs
- LockRenewalTask.cs
- CompositeFontInfo.cs
- WebBrowserSiteBase.cs
- sqlnorm.cs
- SqlTriggerContext.cs