Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. //------------------------------------------------------------------------------ //[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 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeGotoStatement.cs
- StandardToolWindows.cs
- DATA_BLOB.cs
- StickyNoteAnnotations.cs
- SchemaType.cs
- ResourceReferenceExpression.cs
- HighlightComponent.cs
- SymbolDocumentInfo.cs
- ReturnEventArgs.cs
- InvalidAsynchronousStateException.cs
- DataServiceContext.cs
- ExeContext.cs
- RawStylusInputReport.cs
- CodeDomComponentSerializationService.cs
- baseshape.cs
- CustomPopupPlacement.cs
- VectorCollectionConverter.cs
- ScrollContentPresenter.cs
- StrongNameMembershipCondition.cs
- CustomLineCap.cs
- PolygonHotSpot.cs
- MimeFormReflector.cs
- SlipBehavior.cs
- AutoSizeToolBoxItem.cs
- DataGridItemCollection.cs
- ResourceReferenceExpression.cs
- StringSource.cs
- Conditional.cs
- WebBrowserContainer.cs
- ComPlusSynchronizationContext.cs
- InputMethod.cs
- ResourcePool.cs
- XmlCharCheckingWriter.cs
- ActionFrame.cs
- SqlProviderManifest.cs
- HtmlTable.cs
- AsymmetricKeyExchangeDeformatter.cs
- WebServiceEnumData.cs
- HtmlInputText.cs
- AdornerPresentationContext.cs
- RijndaelManaged.cs
- ChtmlSelectionListAdapter.cs
- SqlDuplicator.cs
- LoginUtil.cs
- GenerateScriptTypeAttribute.cs
- UriScheme.cs
- FormParameter.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- ApplicationTrust.cs
- ExtendedProperty.cs
- AccessibilityApplicationManager.cs
- DirectoryNotFoundException.cs
- CodeNamespace.cs
- PatternMatchRules.cs
- ReadOnlyMetadataCollection.cs
- NameNode.cs
- EntityDesignerDataSourceView.cs
- BezierSegment.cs
- AccessedThroughPropertyAttribute.cs
- NotCondition.cs
- ProviderBase.cs
- DataListItemCollection.cs
- AtomServiceDocumentSerializer.cs
- Visual.cs
- ExceptionHandler.cs
- ExpressionBuilderCollection.cs
- BitmapEffect.cs
- EmptyStringExpandableObjectConverter.cs
- PerfService.cs
- MasterPage.cs
- XmlComment.cs
- PropertyValueEditor.cs
- VisualCollection.cs
- CallbackValidatorAttribute.cs
- XmlSerializerAssemblyAttribute.cs
- UITypeEditors.cs
- DetectEofStream.cs
- IteratorDescriptor.cs
- GestureRecognizer.cs
- ProjectionNode.cs
- IdentifierCollection.cs
- Pts.cs
- safemediahandle.cs
- ValueExpressions.cs
- ChannelAcceptor.cs
- LinkArea.cs
- Win32Native.cs
- ISessionStateStore.cs
- WindowsTreeView.cs
- Error.cs
- ChameleonKey.cs
- ModelProperty.cs
- WebResponse.cs
- ColumnCollection.cs
- OracleConnectionStringBuilder.cs
- LinqDataSourceDeleteEventArgs.cs
- ErrorHandler.cs
- DocumentOrderQuery.cs
- DesignerAdapterUtil.cs
- SetMemberBinder.cs