Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- WizardForm.cs
- CircleHotSpot.cs
- InkCanvasSelectionAdorner.cs
- BaseProcessProtocolHandler.cs
- MsmqSecureHashAlgorithm.cs
- TextElementEnumerator.cs
- EntityDataSourceEntityTypeFilterItem.cs
- XmlSerializerFaultFormatter.cs
- DocumentViewerConstants.cs
- InstanceDataCollectionCollection.cs
- EmptyEnumerator.cs
- ClickablePoint.cs
- EntryWrittenEventArgs.cs
- RadioButtonBaseAdapter.cs
- ListViewItemSelectionChangedEvent.cs
- AsymmetricKeyExchangeDeformatter.cs
- ProtocolsConfigurationHandler.cs
- Query.cs
- ListViewTableCell.cs
- BamlTreeNode.cs
- InstallerTypeAttribute.cs
- LayoutExceptionEventArgs.cs
- ExtenderProvidedPropertyAttribute.cs
- AppDomainManager.cs
- _LazyAsyncResult.cs
- ErrorActivity.cs
- contentDescriptor.cs
- DocumentSequence.cs
- CustomMenuItemCollection.cs
- Semaphore.cs
- DataObjectCopyingEventArgs.cs
- ConfigurationException.cs
- PrincipalPermission.cs
- IisTraceWebEventProvider.cs
- SectionRecord.cs
- DataSet.cs
- ErrorsHelper.cs
- GestureRecognizer.cs
- WindowsSysHeader.cs
- CustomAttributeBuilder.cs
- FixedHighlight.cs
- EdmEntityTypeAttribute.cs
- IDQuery.cs
- GroupBoxRenderer.cs
- WindowsImpersonationContext.cs
- linebase.cs
- DelegatedStream.cs
- DragDeltaEventArgs.cs
- HyperLink.cs
- ObjectItemCollection.cs
- AnimationStorage.cs
- Parser.cs
- Content.cs
- ScheduleChanges.cs
- ControlTemplate.cs
- StatusCommandUI.cs
- sitestring.cs
- PerformanceCounterCategory.cs
- objectquery_tresulttype.cs
- XmlIgnoreAttribute.cs
- ScopelessEnumAttribute.cs
- WorkflowControlClient.cs
- SoapSchemaMember.cs
- TypeSystem.cs
- PageSettings.cs
- RSAOAEPKeyExchangeFormatter.cs
- Keywords.cs
- _ConnectStream.cs
- reliableinputsessionchannel.cs
- StandardCommands.cs
- SystemDropShadowChrome.cs
- ColumnWidthChangingEvent.cs
- XmlToDatasetMap.cs
- DataExpression.cs
- ImageSource.cs
- panel.cs
- TripleDESCryptoServiceProvider.cs
- BitmapEffectGroup.cs
- ScriptControl.cs
- ValidationHelpers.cs
- _CookieModule.cs
- SqlCacheDependencyDatabase.cs
- ListViewUpdatedEventArgs.cs
- GeometryModel3D.cs
- TextUtf8RawTextWriter.cs
- InvalidDataException.cs
- Window.cs
- TableCellCollection.cs
- DataServiceConfiguration.cs
- MarkupCompilePass1.cs
- SqlDataAdapter.cs
- RightsManagementPermission.cs
- PersonalizationDictionary.cs
- ObjectCloneHelper.cs
- WebPartConnectionsCancelEventArgs.cs
- XmlSecureResolver.cs
- DeferredTextReference.cs
- UndoEngine.cs
- EtwTrace.cs
- ElementHost.cs