Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / Xml / System / Xml / Serialization / XmlReflectionMember.cs / 1 / XmlReflectionMember.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// /// public class XmlReflectionMember { string memberName; Type type; XmlAttributes xmlAttributes = new XmlAttributes(); SoapAttributes soapAttributes = new SoapAttributes(); bool isReturnValue; bool overrideIsNullable; ///[To be supplied.] ////// /// public Type MemberType { get { return type; } set { type = value; } } ///[To be supplied.] ////// /// public XmlAttributes XmlAttributes { get { return xmlAttributes; } set { xmlAttributes = value; } } ///[To be supplied.] ////// /// public SoapAttributes SoapAttributes { get { return soapAttributes; } set { soapAttributes = value; } } ///[To be supplied.] ////// /// public string MemberName { get { return memberName == null ? string.Empty : memberName; } set { memberName = value; } } ///[To be supplied.] ////// /// public bool IsReturnValue { get { return isReturnValue; } set { isReturnValue = value; } } ///[To be supplied.] ////// /// public bool OverrideIsNullable { get { return overrideIsNullable; } set { overrideIsNullable = 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
- TextClipboardData.cs
- TypedTableHandler.cs
- CodeTypeReference.cs
- PropertyValueChangedEvent.cs
- SrgsElement.cs
- MetadataLocation.cs
- GridToolTip.cs
- SearchForVirtualItemEventArgs.cs
- QfeChecker.cs
- HelpProvider.cs
- SchemaInfo.cs
- ImageConverter.cs
- Converter.cs
- XmlSerializationWriter.cs
- ButtonField.cs
- EncoderExceptionFallback.cs
- SystemGatewayIPAddressInformation.cs
- StyleHelper.cs
- SrgsDocumentParser.cs
- BitmapData.cs
- WindowsTab.cs
- HWStack.cs
- DragEventArgs.cs
- DrawingGroupDrawingContext.cs
- FolderNameEditor.cs
- SqlDataReader.cs
- EarlyBoundInfo.cs
- MimeReflector.cs
- mactripleDES.cs
- ConstraintEnumerator.cs
- TypePresenter.xaml.cs
- Delegate.cs
- ToolStripScrollButton.cs
- StreamResourceInfo.cs
- PatternMatcher.cs
- FrameworkObject.cs
- SqlUtil.cs
- SignedPkcs7.cs
- MultiView.cs
- BamlTreeNode.cs
- NavigationWindow.cs
- OdbcException.cs
- AuthenticationModuleElementCollection.cs
- DataGridViewRowPostPaintEventArgs.cs
- SafeFileMapViewHandle.cs
- Bidi.cs
- GeneratedView.cs
- WmpBitmapDecoder.cs
- DropAnimation.xaml.cs
- SHA512Managed.cs
- AppDomain.cs
- SpellerHighlightLayer.cs
- Module.cs
- DataContractJsonSerializerOperationFormatter.cs
- RegexInterpreter.cs
- FileChangesMonitor.cs
- LayoutUtils.cs
- CounterCreationDataCollection.cs
- RemoveStoryboard.cs
- DbgUtil.cs
- WindowsGraphics.cs
- FastEncoder.cs
- SupportingTokenDuplexChannel.cs
- RelationalExpressions.cs
- PointCollection.cs
- WebSysDescriptionAttribute.cs
- DependentList.cs
- StringAttributeCollection.cs
- Util.cs
- QueryOperatorEnumerator.cs
- AspNetSynchronizationContext.cs
- CalendarDesigner.cs
- HttpCookiesSection.cs
- WebAdminConfigurationHelper.cs
- AnimationClockResource.cs
- CompositionTarget.cs
- DynamicMethod.cs
- FixedSOMPageConstructor.cs
- Accessors.cs
- PrintDocument.cs
- FindSimilarActivitiesVerb.cs
- ComponentChangingEvent.cs
- GrowingArray.cs
- WeakReference.cs
- ArgumentException.cs
- MessageHeaderT.cs
- BamlResourceContent.cs
- TabControlCancelEvent.cs
- cookiecontainer.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- UITypeEditors.cs
- Section.cs
- QueryableDataSourceHelper.cs
- MergeEnumerator.cs
- XmlAttributeProperties.cs
- SpeechAudioFormatInfo.cs
- WorkflowTimerService.cs
- XmlElementElementCollection.cs
- FreezableDefaultValueFactory.cs
- QilStrConcat.cs