Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlIncludeAttribute.cs / 1305376 / 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridViewSortCompareEventArgs.cs
- PrincipalPermission.cs
- StoryFragments.cs
- GlyphRunDrawing.cs
- ComponentDispatcherThread.cs
- DynamicValueConverter.cs
- TextRangeAdaptor.cs
- HandleValueEditor.cs
- StylusPointPropertyInfo.cs
- DesignTimeVisibleAttribute.cs
- PtsHost.cs
- Visual3D.cs
- InputMethodStateChangeEventArgs.cs
- BaseCAMarshaler.cs
- ImpersonateTokenRef.cs
- ArgumentNullException.cs
- RadioButtonAutomationPeer.cs
- ReadOnlyHierarchicalDataSourceView.cs
- DataPointer.cs
- HtmlLink.cs
- ServicesExceptionNotHandledEventArgs.cs
- ClonableStack.cs
- GroupedContextMenuStrip.cs
- InputProcessorProfiles.cs
- AutomationPropertyInfo.cs
- ThreadAbortException.cs
- ToolStripContextMenu.cs
- InternalSafeNativeMethods.cs
- ResourceManager.cs
- DynamicResourceExtensionConverter.cs
- RectangleConverter.cs
- PhoneCall.cs
- IOException.cs
- AnnotationDocumentPaginator.cs
- NativeActivity.cs
- ToolStripControlHost.cs
- Parameter.cs
- IISMapPath.cs
- TiffBitmapEncoder.cs
- AssemblyBuilder.cs
- HMAC.cs
- HotSpotCollectionEditor.cs
- FontFamilyIdentifier.cs
- ServiceReference.cs
- ValidationSummary.cs
- ObjectKeyFrameCollection.cs
- WCFModelStrings.Designer.cs
- Module.cs
- DistributedTransactionPermission.cs
- EditingScopeUndoUnit.cs
- OneOfConst.cs
- ProfileSection.cs
- CollectionViewGroupInternal.cs
- DataServiceProviderMethods.cs
- DelegatedStream.cs
- InternalsVisibleToAttribute.cs
- GeneratedContractType.cs
- PointIndependentAnimationStorage.cs
- StringAttributeCollection.cs
- KnownBoxes.cs
- FileDialog_Vista.cs
- InputEventArgs.cs
- TickBar.cs
- PackageDigitalSignature.cs
- HTMLTagNameToTypeMapper.cs
- Char.cs
- LogReservationCollection.cs
- DataListDesigner.cs
- SystemUnicastIPAddressInformation.cs
- InvalidDataContractException.cs
- FreeFormDragDropManager.cs
- QueryResult.cs
- ReflectionHelper.cs
- WpfXamlLoader.cs
- MetadataFile.cs
- DbConnectionPoolOptions.cs
- RequiredArgumentAttribute.cs
- ObjectQueryProvider.cs
- XmlEventCache.cs
- CustomErrorsSection.cs
- TrackingProfile.cs
- Compilation.cs
- MSG.cs
- ResXBuildProvider.cs
- DefaultHttpHandler.cs
- EdmToObjectNamespaceMap.cs
- ButtonField.cs
- TypedElement.cs
- NaturalLanguageHyphenator.cs
- BackStopAuthenticationModule.cs
- CriticalExceptions.cs
- TableCellAutomationPeer.cs
- DocumentAutomationPeer.cs
- EventPropertyMap.cs
- SQlBooleanStorage.cs
- TrackingStringDictionary.cs
- ApplicationContext.cs
- SourceItem.cs
- RoleManagerEventArgs.cs
- SQLDouble.cs