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
- XmlUtil.cs
- CodeSnippetTypeMember.cs
- ActiveXHost.cs
- XmlSchemaProviderAttribute.cs
- ItemsControl.cs
- XmlMtomWriter.cs
- XmlRootAttribute.cs
- SQLDecimalStorage.cs
- Vector3DIndependentAnimationStorage.cs
- TypeElementCollection.cs
- FileSystemInfo.cs
- CodeTypeDelegate.cs
- Paragraph.cs
- LinkClickEvent.cs
- configsystem.cs
- DateTimeOffsetStorage.cs
- MetadataCache.cs
- TimerTable.cs
- SubpageParagraph.cs
- MachineKeySection.cs
- ViewStateModeByIdAttribute.cs
- Separator.cs
- SqlDataSourceCache.cs
- precedingsibling.cs
- BehaviorDragDropEventArgs.cs
- _ScatterGatherBuffers.cs
- ObjectPersistData.cs
- ServicePoint.cs
- PersistenceException.cs
- BasicDesignerLoader.cs
- SharedHttpTransportManager.cs
- TraceHandlerErrorFormatter.cs
- NativeMethods.cs
- SiteIdentityPermission.cs
- EntityExpressionVisitor.cs
- _TransmitFileOverlappedAsyncResult.cs
- DataMisalignedException.cs
- PolyQuadraticBezierSegment.cs
- TemplateKey.cs
- ItemCollection.cs
- ResourceReader.cs
- OutputCacheSection.cs
- SqlExpressionNullability.cs
- DesignerWithHeader.cs
- _NativeSSPI.cs
- Graph.cs
- ListDictionaryInternal.cs
- TextServicesDisplayAttributePropertyRanges.cs
- InitializationEventAttribute.cs
- TableRowCollection.cs
- PageCatalogPartDesigner.cs
- FilteredAttributeCollection.cs
- WindowsIPAddress.cs
- EncoderFallback.cs
- IPipelineRuntime.cs
- DataTemplateKey.cs
- StorageEntitySetMapping.cs
- RequiredFieldValidator.cs
- SystemIPGlobalStatistics.cs
- MarkupCompilePass1.cs
- QueueException.cs
- DoubleUtil.cs
- GeneralTransformCollection.cs
- TextServicesDisplayAttribute.cs
- InvokeDelegate.cs
- XmlSecureResolver.cs
- ModifiableIteratorCollection.cs
- DataServiceExpressionVisitor.cs
- GridViewUpdateEventArgs.cs
- ClientScriptItem.cs
- LineServicesCallbacks.cs
- PageAdapter.cs
- CompatibleIComparer.cs
- ChangeTracker.cs
- ActivityStatusChangeEventArgs.cs
- ScriptingJsonSerializationSection.cs
- WsatConfiguration.cs
- AutomationProperties.cs
- ValueTypeFixupInfo.cs
- PageThemeCodeDomTreeGenerator.cs
- ChannelManager.cs
- ControlPaint.cs
- DataObjectEventArgs.cs
- RoutedEventArgs.cs
- EmbeddedMailObjectsCollection.cs
- ClassicBorderDecorator.cs
- GeometryModel3D.cs
- BindingCollection.cs
- DataObjectMethodAttribute.cs
- WindowsGraphics2.cs
- TableLayoutPanelBehavior.cs
- DrawToolTipEventArgs.cs
- BinaryMethodMessage.cs
- PropertyManager.cs
- TypeElement.cs
- DateTimeOffsetAdapter.cs
- DataGridViewImageCell.cs
- QueryCoreOp.cs
- EnumDataContract.cs
- StreamGeometry.cs