Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / SoapSchemaMember.cs / 1305376 / SoapSchemaMember.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// public class SoapSchemaMember { string memberName; XmlQualifiedName type = XmlQualifiedName.Empty; /// /// /// public XmlQualifiedName MemberType { get { return type; } set { type = value; } } ///[To be supplied.] ////// /// public string MemberName { get { return memberName == null ? string.Empty : memberName; } set { memberName = 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; ////// public class SoapSchemaMember { string memberName; XmlQualifiedName type = XmlQualifiedName.Empty; /// /// /// public XmlQualifiedName MemberType { get { return type; } set { type = value; } } ///[To be supplied.] ////// /// public string MemberName { get { return memberName == null ? string.Empty : memberName; } set { memberName = 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
- SkinBuilder.cs
- ErrorBehavior.cs
- ItemContainerGenerator.cs
- HashHelper.cs
- BindingGraph.cs
- DelegateArgumentValue.cs
- AssemblyBuilder.cs
- ExtentKey.cs
- ReadOnlyHierarchicalDataSource.cs
- VirtualPathUtility.cs
- SqlConnectionPoolGroupProviderInfo.cs
- InvalidContentTypeException.cs
- ItemAutomationPeer.cs
- SqlUnionizer.cs
- TextElementCollectionHelper.cs
- InputScopeConverter.cs
- CipherData.cs
- MsmqIntegrationChannelListener.cs
- HostingPreferredMapPath.cs
- SoapIgnoreAttribute.cs
- TextTreeObjectNode.cs
- RewritingSimplifier.cs
- StylusEventArgs.cs
- PropertyMapper.cs
- WebPartPersonalization.cs
- ReadOnlyCollectionBase.cs
- VectorCollectionConverter.cs
- Rijndael.cs
- TTSEvent.cs
- MetadataArtifactLoaderComposite.cs
- StreamReader.cs
- Padding.cs
- Point.cs
- Win32Exception.cs
- ParameterCollection.cs
- XmlSchemaAppInfo.cs
- FlowDocumentPaginator.cs
- TrustLevelCollection.cs
- HandlerBase.cs
- TypographyProperties.cs
- Mutex.cs
- UriParserTemplates.cs
- ScriptBehaviorDescriptor.cs
- ACL.cs
- ConnectionManagementSection.cs
- RtfToXamlLexer.cs
- IPipelineRuntime.cs
- DataControlImageButton.cs
- HttpApplicationStateWrapper.cs
- ResourceDescriptionAttribute.cs
- _CookieModule.cs
- AggregateNode.cs
- MergeFailedEvent.cs
- _NetRes.cs
- ThreadExceptionEvent.cs
- PersistenceTypeAttribute.cs
- ToolbarAUtomationPeer.cs
- Unit.cs
- XPathChildIterator.cs
- Parser.cs
- AsymmetricSignatureFormatter.cs
- LoginAutoFormat.cs
- Tag.cs
- SByte.cs
- ScaleTransform.cs
- WinCategoryAttribute.cs
- XPathSingletonIterator.cs
- MediaPlayer.cs
- CaseInsensitiveOrdinalStringComparer.cs
- TextSpanModifier.cs
- BaseValidator.cs
- OperationInfo.cs
- Ticks.cs
- SrgsRulesCollection.cs
- UdpDiscoveryMessageFilter.cs
- RootDesignerSerializerAttribute.cs
- RemoteWebConfigurationHost.cs
- LoadItemsEventArgs.cs
- CheckBox.cs
- TagMapInfo.cs
- ArithmeticLiteral.cs
- validation.cs
- SolidBrush.cs
- TextBlockAutomationPeer.cs
- Simplifier.cs
- SafeNativeMemoryHandle.cs
- CustomAttribute.cs
- PropertyItem.cs
- Viewport2DVisual3D.cs
- TreeNodeCollection.cs
- CompoundFileStorageReference.cs
- BuildResult.cs
- SecurityToken.cs
- TextChangedEventArgs.cs
- Command.cs
- FontStyleConverter.cs
- InkPresenter.cs
- MSG.cs
- CircleHotSpot.cs
- HealthMonitoringSection.cs