Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / Xml / System / Xml / Serialization / SoapIncludeAttribute.cs / 1 / SoapIncludeAttribute.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 SoapIncludeAttribute : System.Attribute { Type type; ///[To be supplied.] ////// /// public SoapIncludeAttribute(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
- DbgUtil.cs
- ValidatorCompatibilityHelper.cs
- sqlstateclientmanager.cs
- DifferencingCollection.cs
- DataGridHeaderBorder.cs
- QilInvokeLateBound.cs
- ProfileProvider.cs
- OperationCanceledException.cs
- RsaKeyIdentifierClause.cs
- PathData.cs
- JsonSerializer.cs
- Win32PrintDialog.cs
- FrameSecurityDescriptor.cs
- ListViewItemMouseHoverEvent.cs
- PrintController.cs
- SupportsEventValidationAttribute.cs
- HandlerWithFactory.cs
- UnsignedPublishLicense.cs
- CaseInsensitiveComparer.cs
- XPathNodeIterator.cs
- ProfileProvider.cs
- DataGridTextBox.cs
- InputScopeNameConverter.cs
- XmlAttribute.cs
- GridViewRow.cs
- ApplicationSecurityInfo.cs
- RichTextBox.cs
- Oid.cs
- MetadataFile.cs
- GacUtil.cs
- MetadataException.cs
- EventsTab.cs
- FtpCachePolicyElement.cs
- BitmapEffectState.cs
- ellipse.cs
- HybridObjectCache.cs
- RectConverter.cs
- Converter.cs
- HeaderUtility.cs
- PreviewPrintController.cs
- DisableDpiAwarenessAttribute.cs
- SizeF.cs
- DrawingVisual.cs
- Point3DAnimation.cs
- ByteStreamMessage.cs
- XmlDataSourceNodeDescriptor.cs
- ExtractedStateEntry.cs
- MergePropertyDescriptor.cs
- Transform3DGroup.cs
- Regex.cs
- DebugManager.cs
- SqlDataSourceSelectingEventArgs.cs
- PageRouteHandler.cs
- TextElement.cs
- OptimalBreakSession.cs
- HtmlInputImage.cs
- SchemaNames.cs
- DocumentSchemaValidator.cs
- ResXResourceReader.cs
- FocusWithinProperty.cs
- BamlReader.cs
- TripleDESCryptoServiceProvider.cs
- UIElementParaClient.cs
- ParallelDesigner.cs
- Image.cs
- CopyOnWriteList.cs
- XmlSignatureProperties.cs
- ObjectTypeMapping.cs
- CurrentTimeZone.cs
- EmbeddedObject.cs
- ErrorHandlerModule.cs
- XmlSerializerSection.cs
- ContractHandle.cs
- Point3DCollectionValueSerializer.cs
- ControlParameter.cs
- MediaElement.cs
- StrongNameMembershipCondition.cs
- TextModifier.cs
- MethodRental.cs
- ListMarkerLine.cs
- DynamicMethod.cs
- SqlNodeAnnotations.cs
- SafeNativeMethods.cs
- IOException.cs
- MergeFilterQuery.cs
- AnimationClock.cs
- SafePointer.cs
- HwndSubclass.cs
- ItemCollectionEditor.cs
- Char.cs
- TypeDescriptorContext.cs
- CookielessHelper.cs
- AttachedAnnotationChangedEventArgs.cs
- X509Certificate2Collection.cs
- EventRecordWrittenEventArgs.cs
- ConstraintConverter.cs
- HtmlTableRowCollection.cs
- DataGridViewHitTestInfo.cs
- Scripts.cs
- ConstructorNeedsTagAttribute.cs