Code:
/ FX-1434 / FX-1434 / 1.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
- CellParaClient.cs
- AdRotatorDesigner.cs
- PenThreadWorker.cs
- BaseComponentEditor.cs
- EntityProxyFactory.cs
- SecurityDescriptor.cs
- ForEachAction.cs
- Table.cs
- CqlLexerHelpers.cs
- NumericUpDownAccelerationCollection.cs
- ProcessHostFactoryHelper.cs
- Enlistment.cs
- BaseTemplateCodeDomTreeGenerator.cs
- LocalizationComments.cs
- NewArrayExpression.cs
- ObjectDataSource.cs
- DbConnectionPoolIdentity.cs
- WebPartConnectionsConnectVerb.cs
- FileCodeGroup.cs
- DataGridRowHeader.cs
- XamlBuildTaskServices.cs
- ContainerParaClient.cs
- ItemMap.cs
- EventLogPermissionAttribute.cs
- PolyQuadraticBezierSegment.cs
- WebPartDisplayModeCancelEventArgs.cs
- XmlElementList.cs
- MessageEncodingBindingElement.cs
- UndoManager.cs
- ValueQuery.cs
- DebugInfoGenerator.cs
- SessionStateContainer.cs
- HwndHost.cs
- TextEditorDragDrop.cs
- CodeGotoStatement.cs
- HtmlEncodedRawTextWriter.cs
- ValueOfAction.cs
- MatchAttribute.cs
- Profiler.cs
- SortableBindingList.cs
- BidirectionalDictionary.cs
- AuthenticationConfig.cs
- UrlEncodedParameterWriter.cs
- EventNotify.cs
- XmlEntityReference.cs
- CellParagraph.cs
- PagedDataSource.cs
- PrivilegeNotHeldException.cs
- TagPrefixCollection.cs
- CrossAppDomainChannel.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- SkinBuilder.cs
- ThreadPool.cs
- BindingCompleteEventArgs.cs
- TableRowGroup.cs
- RequestResponse.cs
- EntityDataSourceContextCreatingEventArgs.cs
- ExtentJoinTreeNode.cs
- QueueException.cs
- SwitchElementsCollection.cs
- PathFigure.cs
- formatter.cs
- PhysicalAddress.cs
- ElementProxy.cs
- DrawTreeNodeEventArgs.cs
- DataColumnSelectionConverter.cs
- KnownTypes.cs
- X509CertificateClaimSet.cs
- DllNotFoundException.cs
- CodeThrowExceptionStatement.cs
- DockPattern.cs
- COM2ICategorizePropertiesHandler.cs
- SR.Designer.cs
- TextRangeAdaptor.cs
- MetadataHelper.cs
- SqlConnectionPoolProviderInfo.cs
- UnauthorizedAccessException.cs
- DataGrid.cs
- AnimatedTypeHelpers.cs
- TrackingExtract.cs
- QueueProcessor.cs
- ComponentDispatcher.cs
- CssTextWriter.cs
- ToolBarOverflowPanel.cs
- DataColumnPropertyDescriptor.cs
- SynthesizerStateChangedEventArgs.cs
- RemotingClientProxy.cs
- TableLayoutPanelCellPosition.cs
- GiveFeedbackEvent.cs
- PackageRelationship.cs
- SecurityHeaderElementInferenceEngine.cs
- Cell.cs
- ChunkedMemoryStream.cs
- DataGridCell.cs
- xsdvalidator.cs
- SystemUdpStatistics.cs
- GradientStopCollection.cs
- X509WindowsSecurityToken.cs
- XmlEncApr2001.cs
- RequestChannelBinder.cs