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
- X509SecurityToken.cs
- MembershipValidatePasswordEventArgs.cs
- RectangleConverter.cs
- Optimizer.cs
- BuilderInfo.cs
- SpecialFolderEnumConverter.cs
- StringFunctions.cs
- _TLSstream.cs
- XmlCharCheckingWriter.cs
- PasswordTextNavigator.cs
- IOException.cs
- NumberFormatter.cs
- WindowsGraphics2.cs
- SqlCommand.cs
- PageFunction.cs
- ProfessionalColorTable.cs
- SystemNetworkInterface.cs
- SafeReadContext.cs
- KeyedCollection.cs
- SymbolUsageManager.cs
- ThreadStaticAttribute.cs
- WindowsListViewGroupHelper.cs
- CdpEqualityComparer.cs
- DesignerLabelAdapter.cs
- SharedPerformanceCounter.cs
- ResolveMatchesMessage11.cs
- EncryptedData.cs
- SynchronizationContext.cs
- AttachedAnnotationChangedEventArgs.cs
- EnumDataContract.cs
- XmlRawWriterWrapper.cs
- DataGridColumnCollection.cs
- RegexInterpreter.cs
- AnchorEditor.cs
- StringStorage.cs
- TimeSpanOrInfiniteValidator.cs
- TrackingAnnotationCollection.cs
- DataConnectionHelper.cs
- NotifyInputEventArgs.cs
- ConfigurationValidatorAttribute.cs
- EUCJPEncoding.cs
- SqlComparer.cs
- XmlExpressionDumper.cs
- ConnectionManagementElementCollection.cs
- EventPrivateKey.cs
- LocalizationComments.cs
- UpdatePanelTriggerCollection.cs
- EntityCommandDefinition.cs
- ListBase.cs
- CapabilitiesPattern.cs
- QilInvokeEarlyBound.cs
- OletxResourceManager.cs
- MailBnfHelper.cs
- WebReferenceOptions.cs
- TimeStampChecker.cs
- DrawingBrush.cs
- PinnedBufferMemoryStream.cs
- LinkedResourceCollection.cs
- Brush.cs
- SqlProvider.cs
- WSSecurityPolicy11.cs
- ValidatorCompatibilityHelper.cs
- _RequestLifetimeSetter.cs
- CheckBoxFlatAdapter.cs
- Span.cs
- PbrsForward.cs
- bindurihelper.cs
- _IPv6Address.cs
- SortedList.cs
- WithStatement.cs
- CacheHelper.cs
- ReferentialConstraint.cs
- SystemWebExtensionsSectionGroup.cs
- CompilationLock.cs
- Mutex.cs
- AsymmetricSignatureDeformatter.cs
- control.ime.cs
- RequestCacheManager.cs
- NotSupportedException.cs
- FileDialogPermission.cs
- StringComparer.cs
- AbsoluteQuery.cs
- RedistVersionInfo.cs
- DataGridItemAttachedStorage.cs
- IndentTextWriter.cs
- TraceHandler.cs
- SerializerProvider.cs
- RequestResizeEvent.cs
- RowTypePropertyElement.cs
- HostedNamedPipeTransportManager.cs
- WhitespaceRuleLookup.cs
- DbTypeMap.cs
- StrongBox.cs
- SettingsPropertyWrongTypeException.cs
- SequenceDesigner.cs
- OperandQuery.cs
- MatrixIndependentAnimationStorage.cs
- AccessibleObject.cs
- FileUpload.cs
- Collection.cs