Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- DesignerDataParameter.cs
- ModelTreeEnumerator.cs
- ObjectSecurity.cs
- _NegotiateClient.cs
- ListMarkerLine.cs
- TableCellCollection.cs
- SqlDataReaderSmi.cs
- BoundPropertyEntry.cs
- XmlILOptimizerVisitor.cs
- _UriSyntax.cs
- BitmapEffectInput.cs
- TransactionException.cs
- FileNameEditor.cs
- EntityStoreSchemaFilterEntry.cs
- Int16AnimationUsingKeyFrames.cs
- GestureRecognizer.cs
- LinqDataSourceDisposeEventArgs.cs
- FindCriteriaApril2005.cs
- EventHandlersStore.cs
- LineServices.cs
- DataBoundControl.cs
- ReferencedType.cs
- OdbcPermission.cs
- XPathChildIterator.cs
- CustomErrorsSectionWrapper.cs
- ProjectedSlot.cs
- HtmlElementCollection.cs
- ColumnReorderedEventArgs.cs
- SecUtil.cs
- dataSvcMapFileLoader.cs
- WindowsRichEditRange.cs
- SingleStorage.cs
- ListViewDeletedEventArgs.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- HtmlTableRowCollection.cs
- TableLayout.cs
- ValidationErrorCollection.cs
- BrowserCapabilitiesFactoryBase.cs
- RectAnimationClockResource.cs
- DelegateBodyWriter.cs
- SortQuery.cs
- AnimationException.cs
- PagedDataSource.cs
- CodeTypeMemberCollection.cs
- RenderOptions.cs
- TreeNode.cs
- SoapSchemaImporter.cs
- MultipartIdentifier.cs
- VisualStyleElement.cs
- userdatakeys.cs
- ToolboxBitmapAttribute.cs
- TextDecorationCollection.cs
- BamlRecordWriter.cs
- WindowsAuthenticationModule.cs
- ServiceManager.cs
- VSWCFServiceContractGenerator.cs
- DebugHandleTracker.cs
- ConcatQueryOperator.cs
- RequestQueryProcessor.cs
- CompilationPass2Task.cs
- ErrorFormatter.cs
- ContextQuery.cs
- TreeNodeCollection.cs
- DispatcherOperation.cs
- Int32CollectionConverter.cs
- StringAttributeCollection.cs
- MbpInfo.cs
- TrackingServices.cs
- Overlapped.cs
- SmiGettersStream.cs
- Vector3DValueSerializer.cs
- TableStyle.cs
- ProfileEventArgs.cs
- Line.cs
- Codec.cs
- QilGeneratorEnv.cs
- ServiceBehaviorElementCollection.cs
- TextElementCollection.cs
- CultureInfoConverter.cs
- DirectionalAction.cs
- CodeCatchClause.cs
- BrowserDefinition.cs
- ObjectDataSourceSelectingEventArgs.cs
- SafeNativeMethods.cs
- WebServicesInteroperability.cs
- DataError.cs
- AssemblyUtil.cs
- OrderedDictionary.cs
- CollectionType.cs
- CapabilitiesSection.cs
- Model3DCollection.cs
- ButtonBaseAdapter.cs
- Component.cs
- SendKeys.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- SpAudioStreamWrapper.cs
- KnownTypesHelper.cs
- DbProviderFactory.cs
- HttpDictionary.cs
- BatchParser.cs