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
- SecurityBindingElementImporter.cs
- IApplicationTrustManager.cs
- SystemTcpStatistics.cs
- HtmlInputFile.cs
- DesignRelation.cs
- DeleteHelper.cs
- HMACSHA384.cs
- OdbcConnectionHandle.cs
- FilterUserControlBase.cs
- SortKey.cs
- WebBodyFormatMessageProperty.cs
- UnsafeNativeMethodsPenimc.cs
- CompileXomlTask.cs
- COM2ColorConverter.cs
- TimeSpanSecondsConverter.cs
- TextControlDesigner.cs
- Empty.cs
- ComponentResourceKey.cs
- ScaleTransform3D.cs
- AddInAttribute.cs
- List.cs
- SplashScreenNativeMethods.cs
- ExitEventArgs.cs
- CookieParameter.cs
- DataGridPagingPage.cs
- RegexWorker.cs
- TreeNodeMouseHoverEvent.cs
- AdornerPresentationContext.cs
- XmlNodeWriter.cs
- VectorValueSerializer.cs
- PageContentAsyncResult.cs
- MessageHeaderDescriptionCollection.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- ParentControlDesigner.cs
- OdbcConnectionHandle.cs
- HttpException.cs
- CurrentTimeZone.cs
- RandomNumberGenerator.cs
- MenuItemCollection.cs
- WebPartDeleteVerb.cs
- DataSpaceManager.cs
- DetailsViewPageEventArgs.cs
- ThreadInterruptedException.cs
- ChildDocumentBlock.cs
- CodeDesigner.cs
- PointAnimationClockResource.cs
- SoapTransportImporter.cs
- EntityReference.cs
- SymbolEqualComparer.cs
- baseshape.cs
- ObjectDataSourceMethodEventArgs.cs
- StrokeCollection2.cs
- DoubleStorage.cs
- TextFormatter.cs
- QueryResponse.cs
- ThreadAbortException.cs
- SecurityCookieModeValidator.cs
- ClientApiGenerator.cs
- Queue.cs
- TextServicesDisplayAttribute.cs
- ModulesEntry.cs
- MetafileEditor.cs
- SoapEnumAttribute.cs
- DataBoundLiteralControl.cs
- CreateUserErrorEventArgs.cs
- FixedPageProcessor.cs
- ETagAttribute.cs
- DbModificationClause.cs
- DispatcherExceptionEventArgs.cs
- FacetEnabledSchemaElement.cs
- BitmapEffectInputData.cs
- ConfigsHelper.cs
- MimeTypeMapper.cs
- itemelement.cs
- TimeIntervalCollection.cs
- FunctionImportElement.cs
- ObjectQuery_EntitySqlExtensions.cs
- CustomUserNameSecurityTokenAuthenticator.cs
- BeginStoryboard.cs
- StrongNameIdentityPermission.cs
- NullReferenceException.cs
- SerialReceived.cs
- HtmlPageAdapter.cs
- Header.cs
- FormattedTextSymbols.cs
- Menu.cs
- XmlSchemaSubstitutionGroup.cs
- Resources.Designer.cs
- CachedBitmap.cs
- ThemeInfoAttribute.cs
- Cursor.cs
- SoapFormatExtensions.cs
- VirtualPathUtility.cs
- MatcherBuilder.cs
- MbpInfo.cs
- EventManager.cs
- SqlDuplicator.cs
- BatchParser.cs
- TokenizerHelper.cs
- DelayDesigner.cs