Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAttributeGroupRef.cs / 1 / XmlSchemaAttributeGroupRef.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAttributeGroupRef : XmlSchemaAnnotated { XmlQualifiedName refName = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("ref")] public XmlQualifiedName RefName { get { return refName; } set { refName = (value == null ? XmlQualifiedName.Empty : 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.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAttributeGroupRef : XmlSchemaAnnotated { XmlQualifiedName refName = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("ref")] public XmlQualifiedName RefName { get { return refName; } set { refName = (value == null ? XmlQualifiedName.Empty : 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
- SimpleWorkerRequest.cs
- DocumentPageTextView.cs
- Polygon.cs
- DropDownHolder.cs
- GrammarBuilderPhrase.cs
- PerspectiveCamera.cs
- ListViewItemMouseHoverEvent.cs
- InternalBase.cs
- MobileRedirect.cs
- _ShellExpression.cs
- HttpRawResponse.cs
- PropertyTabChangedEvent.cs
- SettingsBase.cs
- RenderData.cs
- HwndProxyElementProvider.cs
- Lasso.cs
- TemplateEditingVerb.cs
- DriveInfo.cs
- StorageScalarPropertyMapping.cs
- WCFServiceClientProxyGenerator.cs
- WizardStepBase.cs
- WmfPlaceableFileHeader.cs
- WebPartTransformerAttribute.cs
- TopClause.cs
- ScaleTransform.cs
- EllipseGeometry.cs
- TypographyProperties.cs
- WindowsSysHeader.cs
- HotSpot.cs
- Graphics.cs
- RemotingHelper.cs
- OpacityConverter.cs
- ListItemParagraph.cs
- RightsManagementEncryptedStream.cs
- DataRelationPropertyDescriptor.cs
- CopyCodeAction.cs
- DataGridViewRowsAddedEventArgs.cs
- ExpandableObjectConverter.cs
- ServiceMetadataExtension.cs
- SQLCharsStorage.cs
- SqlEnums.cs
- XmlILAnnotation.cs
- TreeWalker.cs
- RuntimeHandles.cs
- ResumeStoryboard.cs
- RegexCompilationInfo.cs
- ProxyFragment.cs
- Debugger.cs
- MetadataImporterQuotas.cs
- StorageInfo.cs
- _UriSyntax.cs
- NativeStructs.cs
- MessageQuerySet.cs
- SchemaCollectionPreprocessor.cs
- ConnectionAcceptor.cs
- PagerSettings.cs
- GroupLabel.cs
- FrameworkContentElementAutomationPeer.cs
- AmbientProperties.cs
- DbExpressionVisitor_TResultType.cs
- sitestring.cs
- PreDigestedSignedInfo.cs
- LockedAssemblyCache.cs
- ExtensionWindowHeader.cs
- TrackingMemoryStream.cs
- ImmComposition.cs
- GetMemberBinder.cs
- CompilerResults.cs
- thaishape.cs
- GridView.cs
- linebase.cs
- ParserExtension.cs
- NavigationHelper.cs
- SafeRegistryKey.cs
- RegexBoyerMoore.cs
- TerminateSequenceResponse.cs
- ReplyAdapterChannelListener.cs
- ElementHostPropertyMap.cs
- oledbmetadatacolumnnames.cs
- ExtensibleClassFactory.cs
- GridToolTip.cs
- ObjectViewQueryResultData.cs
- VisualTarget.cs
- TextOptionsInternal.cs
- ScriptingProfileServiceSection.cs
- GeometryGroup.cs
- ArgumentException.cs
- cache.cs
- SimpleType.cs
- OracleRowUpdatedEventArgs.cs
- ApplicationHost.cs
- ETagAttribute.cs
- SafeRightsManagementQueryHandle.cs
- UnsafeNativeMethods.cs
- SqlClientPermission.cs
- Expander.cs
- DataServiceResponse.cs
- FontCacheLogic.cs
- KeyBinding.cs
- WebBrowserUriTypeConverter.cs