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
- PathFigureCollection.cs
- WorkflowViewElement.cs
- TransactionChannelFaultConverter.cs
- DeviceContext.cs
- __TransparentProxy.cs
- ISessionStateStore.cs
- WorkerRequest.cs
- NetworkCredential.cs
- UInt32.cs
- DataSourceControlBuilder.cs
- ColumnPropertiesGroup.cs
- PasswordBoxAutomationPeer.cs
- CommandManager.cs
- TimeIntervalCollection.cs
- NullRuntimeConfig.cs
- TransformGroup.cs
- PasswordTextContainer.cs
- FontUnitConverter.cs
- BypassElementCollection.cs
- FixedSOMPageElement.cs
- ListViewGroupConverter.cs
- PositiveTimeSpanValidatorAttribute.cs
- EmptyReadOnlyDictionaryInternal.cs
- DataGridViewCellValidatingEventArgs.cs
- PeerNameRegistration.cs
- DbParameterHelper.cs
- RegionData.cs
- ExceptionRoutedEventArgs.cs
- AttributeAction.cs
- WebPartDisplayModeCancelEventArgs.cs
- isolationinterop.cs
- InkPresenter.cs
- SqlUserDefinedTypeAttribute.cs
- AlgoModule.cs
- XPathNavigatorKeyComparer.cs
- Vector3DValueSerializer.cs
- WebPartZoneCollection.cs
- UpDownEvent.cs
- ExpressionNormalizer.cs
- ArgumentDesigner.xaml.cs
- WinFormsSecurity.cs
- SerializationHelper.cs
- Domain.cs
- FileStream.cs
- BitmapVisualManager.cs
- GenericTextProperties.cs
- SQLInt32Storage.cs
- Relationship.cs
- PageBreakRecord.cs
- Error.cs
- UiaCoreTypesApi.cs
- DataControlField.cs
- WarningException.cs
- COM2TypeInfoProcessor.cs
- RecordsAffectedEventArgs.cs
- ParallelQuery.cs
- Exceptions.cs
- PingOptions.cs
- JournalEntry.cs
- HttpHandlerActionCollection.cs
- SafeViewOfFileHandle.cs
- URI.cs
- DbCommandDefinition.cs
- XmlComplianceUtil.cs
- HMACSHA384.cs
- TextBlockAutomationPeer.cs
- CanExecuteRoutedEventArgs.cs
- InvalidCommandTreeException.cs
- Separator.cs
- Application.cs
- shaper.cs
- UserValidatedEventArgs.cs
- SweepDirectionValidation.cs
- srgsitem.cs
- TCPListener.cs
- Int32Converter.cs
- BroadcastEventHelper.cs
- PolyQuadraticBezierSegment.cs
- ResourceAttributes.cs
- ValidationError.cs
- TextBlock.cs
- QueryOutputWriter.cs
- Matrix3D.cs
- EmptyEnumerator.cs
- CalendarDayButton.cs
- KeyGestureConverter.cs
- InputLanguage.cs
- ContentFilePart.cs
- DSACryptoServiceProvider.cs
- TdsRecordBufferSetter.cs
- WeakEventTable.cs
- HtmlInputCheckBox.cs
- MatrixAnimationBase.cs
- thaishape.cs
- CompilerWrapper.cs
- WCFServiceClientProxyGenerator.cs
- safesecurityhelperavalon.cs
- UnsafeNativeMethods.cs
- HyperLinkField.cs
- MessageQueuePermissionAttribute.cs