Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / Xml / System / Xml / Serialization / XmlIncludeAttribute.cs / 1 / XmlIncludeAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Interface | AttributeTargets.Method, AllowMultiple=true)] public class XmlIncludeAttribute : System.Attribute { Type type; ///[To be supplied.] ////// /// public XmlIncludeAttribute(Type type) { this.type = type; } ///[To be supplied.] ////// /// public Type Type { get { return type; } set { type = 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
- CodeThrowExceptionStatement.cs
- DataBoundControl.cs
- DoWorkEventArgs.cs
- OneWayElement.cs
- SafeNativeMethods.cs
- TTSVoice.cs
- XamlFilter.cs
- ToolBarPanel.cs
- TextTreeInsertElementUndoUnit.cs
- PenLineCapValidation.cs
- Menu.cs
- WebServiceClientProxyGenerator.cs
- DataControlFieldCollection.cs
- DbConnectionStringCommon.cs
- PrintDialog.cs
- ReadWriteSpinLock.cs
- DataSourceSerializationException.cs
- WebPartDeleteVerb.cs
- ContentFileHelper.cs
- SchemaNamespaceManager.cs
- GlobalizationAssembly.cs
- ReaderWriterLock.cs
- DocumentViewerAutomationPeer.cs
- CompiledQuery.cs
- PowerModeChangedEventArgs.cs
- TemplateControlCodeDomTreeGenerator.cs
- TemplateInstanceAttribute.cs
- DataProtection.cs
- BitmapFrameDecode.cs
- TraceSource.cs
- WindowsListViewSubItem.cs
- InnerItemCollectionView.cs
- TransactionScopeDesigner.cs
- FrameworkElement.cs
- Ref.cs
- SplineKeyFrames.cs
- CodeConditionStatement.cs
- ToolBarTray.cs
- PartialArray.cs
- SpecularMaterial.cs
- HMACSHA512.cs
- TransformCryptoHandle.cs
- TextEditorContextMenu.cs
- PerspectiveCamera.cs
- Timer.cs
- IfAction.cs
- PerformanceCounterScope.cs
- AnonymousIdentificationModule.cs
- ObjectQuery.cs
- Propagator.cs
- SystemIPAddressInformation.cs
- ExpressionEditorAttribute.cs
- TPLETWProvider.cs
- ContentType.cs
- OlePropertyStructs.cs
- SystemInformation.cs
- ConvertTextFrag.cs
- ReflectionPermission.cs
- RectangleConverter.cs
- ConnectionManagementElement.cs
- EntityTypeBase.cs
- FlowLayout.cs
- PageMediaType.cs
- FatalException.cs
- MediaElementAutomationPeer.cs
- StorageMappingItemLoader.cs
- PointLightBase.cs
- selecteditemcollection.cs
- ViewLoader.cs
- PreloadHost.cs
- PersistenceException.cs
- SqlFacetAttribute.cs
- __ConsoleStream.cs
- BooleanKeyFrameCollection.cs
- Matrix3DConverter.cs
- DictionaryMarkupSerializer.cs
- Configuration.cs
- ToolTipAutomationPeer.cs
- PropertyState.cs
- KnowledgeBase.cs
- NetworkInformationException.cs
- InkPresenterAutomationPeer.cs
- Aes.cs
- MenuAutomationPeer.cs
- FunctionDetailsReader.cs
- ReflectTypeDescriptionProvider.cs
- BinaryFormatterWriter.cs
- NativeMethods.cs
- MLangCodePageEncoding.cs
- TextParaLineResult.cs
- CommonProperties.cs
- EntityTypeEmitter.cs
- OletxTransactionManager.cs
- AccessedThroughPropertyAttribute.cs
- ListManagerBindingsCollection.cs
- CqlLexerHelpers.cs
- Converter.cs
- ProfileProvider.cs
- ExpressionVisitorHelpers.cs
- MergablePropertyAttribute.cs