Code:
/ FX-1434 / FX-1434 / 1.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
- SectionInformation.cs
- UpDownBase.cs
- BamlTreeMap.cs
- AbandonedMutexException.cs
- ObjectContextServiceProvider.cs
- OutputBuffer.cs
- unsafenativemethodsother.cs
- CollectionTypeElement.cs
- DBDataPermissionAttribute.cs
- ExceptionUtil.cs
- ProcessThread.cs
- SystemInformation.cs
- WebPartDisplayModeEventArgs.cs
- util.cs
- FileIOPermission.cs
- EntityClientCacheKey.cs
- RawStylusSystemGestureInputReport.cs
- UnicodeEncoding.cs
- SafeNativeMethodsMilCoreApi.cs
- MissingMethodException.cs
- WebBrowserEvent.cs
- FragmentQueryKB.cs
- ToolStripLocationCancelEventArgs.cs
- TextLineResult.cs
- RegexCharClass.cs
- TextSchema.cs
- ETagAttribute.cs
- ReadOnlyHierarchicalDataSourceView.cs
- ListControlConvertEventArgs.cs
- IpcChannelHelper.cs
- FixedLineResult.cs
- Point4D.cs
- MetaModel.cs
- CollectionsUtil.cs
- AttachedPropertyDescriptor.cs
- ZoneIdentityPermission.cs
- HandlerFactoryWrapper.cs
- ZipPackage.cs
- TransferRequestHandler.cs
- UserMapPath.cs
- wmiprovider.cs
- ParseNumbers.cs
- CapabilitiesPattern.cs
- ECDsaCng.cs
- OleDbStruct.cs
- PipelineDeploymentState.cs
- DataRelationPropertyDescriptor.cs
- OracleCommandSet.cs
- FixedTextContainer.cs
- BrowsableAttribute.cs
- AvtEvent.cs
- BasePattern.cs
- WindowVisualStateTracker.cs
- Marshal.cs
- DataTrigger.cs
- AbstractSvcMapFileLoader.cs
- WebEncodingValidatorAttribute.cs
- PointCollection.cs
- XmlSerializerSection.cs
- XsltCompileContext.cs
- EndpointBehaviorElement.cs
- xmlfixedPageInfo.cs
- CompositionTarget.cs
- PersonalizationProviderHelper.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- PngBitmapDecoder.cs
- NamespaceInfo.cs
- BasicBrowserDialog.cs
- SoundPlayer.cs
- DynamicValueConverter.cs
- RoleServiceManager.cs
- RoleGroupCollection.cs
- TrustLevelCollection.cs
- DependencyObjectType.cs
- ListViewDataItem.cs
- AsyncPostBackTrigger.cs
- SeparatorAutomationPeer.cs
- CompensatableSequenceActivity.cs
- QuadraticBezierSegment.cs
- _NegoStream.cs
- RotateTransform.cs
- Thread.cs
- DependencyObjectPropertyDescriptor.cs
- XmlDownloadManager.cs
- HashHelper.cs
- IPAddressCollection.cs
- AnimationClockResource.cs
- SqlPersonalizationProvider.cs
- ResourcePermissionBaseEntry.cs
- _CacheStreams.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- BasePattern.cs
- ExportOptions.cs
- PerformanceCounterManager.cs
- AuthorizationRuleCollection.cs
- BrowsableAttribute.cs
- TreeViewItemAutomationPeer.cs
- XmlCharacterData.cs
- XPathNodeHelper.cs
- TouchFrameEventArgs.cs