Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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; } } } } // 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NumberAction.cs
- MessageContractExporter.cs
- IntSecurity.cs
- MemberDomainMap.cs
- MouseGestureConverter.cs
- JsonReaderWriterFactory.cs
- EdmEntityTypeAttribute.cs
- TrackingLocation.cs
- TextParaLineResult.cs
- AnonymousIdentificationSection.cs
- activationcontext.cs
- WorkflowRuntimeServiceElement.cs
- HtmlGenericControl.cs
- HostSecurityManager.cs
- TableRow.cs
- CodeDOMUtility.cs
- StateRuntime.cs
- ServerIdentity.cs
- PaintValueEventArgs.cs
- DataTableMappingCollection.cs
- SafeNativeMethods.cs
- AssemblyCache.cs
- DrawItemEvent.cs
- CalendarData.cs
- HelloMessageCD1.cs
- PerformanceCounterPermissionEntry.cs
- MenuItemStyle.cs
- TreeNodeConverter.cs
- ScriptManagerProxy.cs
- JsonWriter.cs
- AuthStoreRoleProvider.cs
- EntitySqlQueryCacheEntry.cs
- CompilerHelpers.cs
- PixelShader.cs
- RichTextBoxConstants.cs
- OleCmdHelper.cs
- TypeConverterHelper.cs
- XmlArrayAttribute.cs
- ColorTranslator.cs
- EntityDataSourceQueryBuilder.cs
- _Win32.cs
- ResourceFallbackManager.cs
- AssemblyBuilderData.cs
- GacUtil.cs
- SiteMapDataSourceView.cs
- TableRow.cs
- TransformCryptoHandle.cs
- Region.cs
- ImmutableObjectAttribute.cs
- TreeSet.cs
- ActionFrame.cs
- RegistrationServices.cs
- OleDbTransaction.cs
- BinaryOperationBinder.cs
- UidManager.cs
- InlineCollection.cs
- ProcessThreadCollection.cs
- ViewGenResults.cs
- PointLight.cs
- BaseDataListPage.cs
- CodePropertyReferenceExpression.cs
- SymbolUsageManager.cs
- OleDbMetaDataFactory.cs
- InvalidContentTypeException.cs
- ObjectDataSource.cs
- BuildProvidersCompiler.cs
- WebDisplayNameAttribute.cs
- ToolZone.cs
- UnsafeNativeMethods.cs
- webeventbuffer.cs
- SynchronizationContext.cs
- GradientBrush.cs
- NumericUpDownAcceleration.cs
- ContextMenuStrip.cs
- XmlSerializationWriter.cs
- XPathDocumentIterator.cs
- XmlKeywords.cs
- EtwTrace.cs
- ModelItemDictionaryImpl.cs
- SelectionProviderWrapper.cs
- Trace.cs
- BitmapCache.cs
- Trigger.cs
- Icon.cs
- ByteAnimationUsingKeyFrames.cs
- WorkflowRuntimeServiceElementCollection.cs
- Invariant.cs
- SafeNativeMethods.cs
- CompositeFontParser.cs
- ProgressBarRenderer.cs
- FilterQueryOptionExpression.cs
- JsonFormatGeneratorStatics.cs
- OdbcDataReader.cs
- ExpandCollapseProviderWrapper.cs
- ApplicationTrust.cs
- Convert.cs
- RequestQueue.cs
- OutOfMemoryException.cs
- SslStream.cs
- HostProtectionPermission.cs