Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAttributeGroupRef.cs / 1305376 / 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
- TextMessageEncoder.cs
- EncoderExceptionFallback.cs
- XslNumber.cs
- Task.cs
- XmlSchemaCompilationSettings.cs
- Page.cs
- SendKeys.cs
- OrderedHashRepartitionEnumerator.cs
- EditorPartChrome.cs
- HebrewCalendar.cs
- RTLAwareMessageBox.cs
- SafeRightsManagementQueryHandle.cs
- ZipIOExtraFieldPaddingElement.cs
- EnumerableCollectionView.cs
- ListControlDesigner.cs
- RSACryptoServiceProvider.cs
- ProcessHostConfigUtils.cs
- ClickablePoint.cs
- Substitution.cs
- TabControlDesigner.cs
- CodeCommentStatementCollection.cs
- SoapAttributeOverrides.cs
- TagMapInfo.cs
- ButtonColumn.cs
- SessionState.cs
- CodeDirectoryCompiler.cs
- ScaleTransform.cs
- StandardOleMarshalObject.cs
- HwndSource.cs
- XPathItem.cs
- RequestResizeEvent.cs
- SafeNativeMethods.cs
- Dictionary.cs
- CommandEventArgs.cs
- ImageAutomationPeer.cs
- CmsInterop.cs
- OdbcErrorCollection.cs
- xmlglyphRunInfo.cs
- CodeCatchClause.cs
- ModelTreeManager.cs
- StringConcat.cs
- FormViewDeleteEventArgs.cs
- ToolStripRenderEventArgs.cs
- CallSiteBinder.cs
- LastQueryOperator.cs
- TextServicesHost.cs
- EventLogPermission.cs
- Misc.cs
- RowCache.cs
- FixedBufferAttribute.cs
- OdbcError.cs
- ActiveXSite.cs
- RawStylusActions.cs
- DCSafeHandle.cs
- InspectionWorker.cs
- CodeVariableDeclarationStatement.cs
- FilterException.cs
- DurableEnlistmentState.cs
- ScriptMethodAttribute.cs
- TreeNodeBinding.cs
- CompiledELinqQueryState.cs
- DataGridViewSortCompareEventArgs.cs
- UDPClient.cs
- MsmqBindingFilter.cs
- MapPathBasedVirtualPathProvider.cs
- PointUtil.cs
- ObjectListFieldsPage.cs
- NetPipeSection.cs
- PersonalizationDictionary.cs
- Material.cs
- MailAddress.cs
- ServiceControllerDesigner.cs
- XmlArrayItemAttributes.cs
- VectorAnimation.cs
- Stack.cs
- GPStream.cs
- Authorization.cs
- WmpBitmapEncoder.cs
- BufferedGraphicsContext.cs
- SimpleHandlerFactory.cs
- ZipIOExtraFieldPaddingElement.cs
- Menu.cs
- documentsequencetextpointer.cs
- DataGridComponentEditor.cs
- GeometryConverter.cs
- ApplicationDirectoryMembershipCondition.cs
- MachineKeyConverter.cs
- NavigatingCancelEventArgs.cs
- NamespaceMapping.cs
- ModelChangedEventArgsImpl.cs
- SqlVersion.cs
- BitmapEffectRenderDataResource.cs
- ConfigurationException.cs
- ConfigXmlSignificantWhitespace.cs
- SQLSingleStorage.cs
- BufferManager.cs
- SecurityElement.cs
- ImageListUtils.cs
- MailDefinition.cs
- bidPrivateBase.cs