Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / Compiler / GeneratedCodeAttribute.cs / 1305376 / GeneratedCodeAttribute.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom.Compiler { [AttributeUsage(AttributeTargets.All, Inherited = false, AllowMultiple = false)] public sealed class GeneratedCodeAttribute : Attribute { private readonly string tool; private readonly string version; public GeneratedCodeAttribute(string tool, string version) { this.tool = tool; this.version = version; } public string Tool { get { return this.tool; } } public string Version { get { return this.version; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[....] // Copyright (c) Microsoft Corporation. All rights reserved. //// // //----------------------------------------------------------------------------- namespace System.CodeDom.Compiler { [AttributeUsage(AttributeTargets.All, Inherited = false, AllowMultiple = false)] public sealed class GeneratedCodeAttribute : Attribute { private readonly string tool; private readonly string version; public GeneratedCodeAttribute(string tool, string version) { this.tool = tool; this.version = version; } public string Tool { get { return this.tool; } } public string Version { get { return this.version; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[....] // Copyright (c) Microsoft Corporation. All rights reserved. //
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ZipIOLocalFileBlock.cs
- ProfessionalColorTable.cs
- ToolStripMenuItemDesigner.cs
- XmlDictionaryString.cs
- InstanceNormalEvent.cs
- Visual3D.cs
- RowsCopiedEventArgs.cs
- RangeValidator.cs
- CodeBinaryOperatorExpression.cs
- DateTimeUtil.cs
- FixedPosition.cs
- CommandManager.cs
- ForwardPositionQuery.cs
- ChannelPoolSettings.cs
- HttpRuntime.cs
- PeerNearMe.cs
- Compiler.cs
- Vector3DConverter.cs
- Popup.cs
- PropertyEntry.cs
- MulticastDelegate.cs
- DoWorkEventArgs.cs
- OdbcConnectionStringbuilder.cs
- CheckBox.cs
- Ops.cs
- EventEntry.cs
- DiffuseMaterial.cs
- FormViewUpdatedEventArgs.cs
- InfoCardBinaryReader.cs
- OracleParameterCollection.cs
- UIElementAutomationPeer.cs
- ToolStripDropDownMenu.cs
- ScrollPatternIdentifiers.cs
- BevelBitmapEffect.cs
- SqlLiftWhereClauses.cs
- listviewsubitemcollectioneditor.cs
- _HTTPDateParse.cs
- ScalarOps.cs
- DateTimeUtil.cs
- Configuration.cs
- ExpressionBinding.cs
- XPathAncestorIterator.cs
- HitTestFilterBehavior.cs
- XAMLParseException.cs
- RequestCachingSection.cs
- FileUpload.cs
- WindowsUpDown.cs
- CompilerInfo.cs
- SrgsRule.cs
- List.cs
- BasicExpandProvider.cs
- RequestCache.cs
- DateTimeConverter2.cs
- WebPartCatalogCloseVerb.cs
- xsdvalidator.cs
- XmlHierarchicalEnumerable.cs
- AcceptorSessionSymmetricMessageSecurityProtocol.cs
- HttpGetServerProtocol.cs
- SessionEndedEventArgs.cs
- Gdiplus.cs
- RetrieveVirtualItemEventArgs.cs
- MdbDataFileEditor.cs
- RoleManagerModule.cs
- NegotiateStream.cs
- TableLayoutRowStyleCollection.cs
- _SpnDictionary.cs
- BaseTemplateBuildProvider.cs
- DataSourceDescriptorCollection.cs
- WindowsFormsHost.cs
- DrawingContext.cs
- DataGridBoundColumn.cs
- ModelItemCollectionImpl.cs
- X509CertificateTrustedIssuerElementCollection.cs
- DataGridCaption.cs
- CommandSet.cs
- AutoGeneratedFieldProperties.cs
- COM2TypeInfoProcessor.cs
- FromReply.cs
- Binding.cs
- ManipulationDevice.cs
- PreloadedPackages.cs
- NetStream.cs
- NullExtension.cs
- ProcessingInstructionAction.cs
- AsyncOperationManager.cs
- MobileUserControl.cs
- DataIdProcessor.cs
- _IPv4Address.cs
- BitmapEffectGroup.cs
- Encoder.cs
- Win32.cs
- SqlConnectionHelper.cs
- controlskin.cs
- IntegerFacetDescriptionElement.cs
- WebDescriptionAttribute.cs
- ResolveNameEventArgs.cs
- CodeVariableDeclarationStatement.cs
- WindowsImpersonationContext.cs
- WindowsSecurityToken.cs
- SendMailErrorEventArgs.cs