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
- RootBrowserWindowProxy.cs
- UnrecognizedPolicyAssertionElement.cs
- Evaluator.cs
- ContentType.cs
- PropertyRecord.cs
- PersistenceTypeAttribute.cs
- SessionParameter.cs
- webproxy.cs
- MediaPlayer.cs
- ResolveMatches11.cs
- ProofTokenCryptoHandle.cs
- SimpleWebHandlerParser.cs
- UIElementParagraph.cs
- ActivityCodeDomSerializationManager.cs
- JsonClassDataContract.cs
- _SslSessionsCache.cs
- RefreshPropertiesAttribute.cs
- DBCSCodePageEncoding.cs
- UseAttributeSetsAction.cs
- ErrorStyle.cs
- WorkflowRuntimeElement.cs
- UnsafeNativeMethodsTablet.cs
- UnhandledExceptionEventArgs.cs
- ProviderException.cs
- CompilerGlobalScopeAttribute.cs
- AnnotationComponentChooser.cs
- XmlSerializerAssemblyAttribute.cs
- DelegatedStream.cs
- ThreadAttributes.cs
- ToolStripScrollButton.cs
- WhileDesigner.xaml.cs
- EdgeProfileValidation.cs
- PathGradientBrush.cs
- templategroup.cs
- FontNamesConverter.cs
- MultiPageTextView.cs
- InfoCardCryptoHelper.cs
- PermissionAttributes.cs
- XdrBuilder.cs
- EmissiveMaterial.cs
- IndependentAnimationStorage.cs
- CapabilitiesState.cs
- Stackframe.cs
- DetailsViewRowCollection.cs
- HwndStylusInputProvider.cs
- AsyncCompletedEventArgs.cs
- CatalogPartChrome.cs
- AppDomainProtocolHandler.cs
- Matrix3DStack.cs
- ComboBox.cs
- Utils.cs
- DataGridViewRowPostPaintEventArgs.cs
- RadioButton.cs
- ProcessThread.cs
- XLinq.cs
- TableNameAttribute.cs
- TraceListener.cs
- WindowsTooltip.cs
- ColorTranslator.cs
- Monitor.cs
- ConnectionManagementSection.cs
- MimeTypeMapper.cs
- DrawingContextDrawingContextWalker.cs
- TemplatedMailWebEventProvider.cs
- WebPartConnectionsCloseVerb.cs
- KeyedCollection.cs
- Utils.cs
- ConfigurationLocationCollection.cs
- BrowserTree.cs
- CharEnumerator.cs
- OracleConnection.cs
- HttpStreamFormatter.cs
- OleDbPropertySetGuid.cs
- AppDomainProtocolHandler.cs
- hwndwrapper.cs
- SpecialNameAttribute.cs
- PerformanceCounterPermission.cs
- storepermissionattribute.cs
- ObjectListCommandEventArgs.cs
- Attributes.cs
- WsatTransactionInfo.cs
- EnumMemberAttribute.cs
- MD5.cs
- ObjectCache.cs
- DataGridViewAccessibleObject.cs
- StackOverflowException.cs
- CodeTypeDeclaration.cs
- BrushValueSerializer.cs
- StylusShape.cs
- UIElement3D.cs
- OleDbInfoMessageEvent.cs
- DefaultValueAttribute.cs
- StylusPointPropertyId.cs
- AttachedAnnotationChangedEventArgs.cs
- EventDescriptorCollection.cs
- UpdateExpressionVisitor.cs
- DataListDesigner.cs
- FixedTextView.cs
- PopOutPanel.cs
- ReplacementText.cs