Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / CodeDOM / Compiler / GeneratedCodeAttribute.cs / 1 / GeneratedCodeAttribute.cs
//------------------------------------------------------------------------------ //// 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; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WindowsRegion.cs
- CryptoConfig.cs
- CacheForPrimitiveTypes.cs
- ProxyWebPartConnectionCollection.cs
- StreamInfo.cs
- GridViewDeleteEventArgs.cs
- InputScopeAttribute.cs
- ExeConfigurationFileMap.cs
- FactoryGenerator.cs
- EncoderBestFitFallback.cs
- MessageAction.cs
- RenderContext.cs
- DbInsertCommandTree.cs
- Transform.cs
- SafePEFileHandle.cs
- SqlUtils.cs
- CmsUtils.cs
- ServerIdentity.cs
- BamlTreeUpdater.cs
- TextViewBase.cs
- TrackBar.cs
- Completion.cs
- BaseAutoFormat.cs
- ManipulationDelta.cs
- StateDesigner.cs
- WebSysDescriptionAttribute.cs
- WindowsAuthenticationEventArgs.cs
- MenuItem.cs
- MessagePropertyDescriptionCollection.cs
- MarkupCompiler.cs
- ProtocolsConfigurationEntry.cs
- MenuAutomationPeer.cs
- contentDescriptor.cs
- UnsafePeerToPeerMethods.cs
- Literal.cs
- DebugView.cs
- AnimationStorage.cs
- CryptoApi.cs
- XpsS0ValidatingLoader.cs
- XPathNodeHelper.cs
- Invariant.cs
- ParentQuery.cs
- RemotingServices.cs
- BufferedResponseStream.cs
- XPathNavigatorKeyComparer.cs
- NotifyIcon.cs
- BamlRecordReader.cs
- errorpatternmatcher.cs
- MaskedTextBox.cs
- VariantWrapper.cs
- DrawingContextWalker.cs
- CryptoConfig.cs
- HorizontalAlignConverter.cs
- DictionaryCustomTypeDescriptor.cs
- IncrementalCompileAnalyzer.cs
- DataMisalignedException.cs
- BuildManager.cs
- ActiveXHost.cs
- CustomErrorsSection.cs
- HttpModulesSection.cs
- OAVariantLib.cs
- SqlRowUpdatingEvent.cs
- LogSwitch.cs
- SHA1Managed.cs
- StringResourceManager.cs
- RealProxy.cs
- Literal.cs
- BitmapSource.cs
- DispatcherHookEventArgs.cs
- WebResourceAttribute.cs
- FrameworkTemplate.cs
- ModuleBuilder.cs
- HwndSource.cs
- HttpPostedFile.cs
- XmlCharType.cs
- storepermission.cs
- ReferenceTypeElement.cs
- ReadOnlyPropertyMetadata.cs
- DesignTimeParseData.cs
- CqlLexer.cs
- XmlSchemaAttribute.cs
- DataGridViewRowPrePaintEventArgs.cs
- ContractInferenceHelper.cs
- SmiEventSink.cs
- DictionaryBase.cs
- ConnectionOrientedTransportChannelListener.cs
- ObjectQueryState.cs
- BindingSource.cs
- StateItem.cs
- SocketElement.cs
- BrowserDefinition.cs
- ProcessModule.cs
- Misc.cs
- MouseActionValueSerializer.cs
- HelpInfo.cs
- DataGridViewElement.cs
- MergeEnumerator.cs
- WebPartActionVerb.cs
- Screen.cs
- LogPolicy.cs