Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / Compiler / GeneratedCodeAttribute.cs / 1305376 / 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
- AllowedAudienceUriElementCollection.cs
- NativeMethods.cs
- MatrixCamera.cs
- SoapAttributes.cs
- DataControlFieldHeaderCell.cs
- ManagementObjectSearcher.cs
- CheckBoxFlatAdapter.cs
- SimpleMailWebEventProvider.cs
- HttpWebRequest.cs
- RegexCaptureCollection.cs
- MimeXmlReflector.cs
- FieldToken.cs
- SupportingTokenSecurityTokenResolver.cs
- IntersectQueryOperator.cs
- Decimal.cs
- JsonCollectionDataContract.cs
- DoubleAnimationUsingPath.cs
- KerberosReceiverSecurityToken.cs
- ArithmeticException.cs
- SqlBulkCopyColumnMappingCollection.cs
- RepeatInfo.cs
- XmlName.cs
- AuthenticationConfig.cs
- SessionIDManager.cs
- SelectorItemAutomationPeer.cs
- NavigationExpr.cs
- Contracts.cs
- ReadWriteControlDesigner.cs
- BitmapEffectCollection.cs
- Message.cs
- IdentityReference.cs
- XmlIgnoreAttribute.cs
- SafeProcessHandle.cs
- DependencyObject.cs
- CodeDomSerializationProvider.cs
- TextElement.cs
- ChannelToken.cs
- RemotingSurrogateSelector.cs
- EventProviderWriter.cs
- XamlReaderHelper.cs
- propertyentry.cs
- FilteredXmlReader.cs
- DashStyle.cs
- Border.cs
- tooltip.cs
- WindowsSolidBrush.cs
- TreeNodeBinding.cs
- PointConverter.cs
- ControlBuilder.cs
- NumberAction.cs
- XmlNamespaceManager.cs
- GeometryCollection.cs
- CroppedBitmap.cs
- XmlAttributeHolder.cs
- TargetInvocationException.cs
- StandardTransformFactory.cs
- DataGridViewLinkColumn.cs
- Selector.cs
- RedistVersionInfo.cs
- PageAsyncTaskManager.cs
- CallbackValidatorAttribute.cs
- WindowsFormsHelpers.cs
- ItemType.cs
- MatchNoneMessageFilter.cs
- FixedTextSelectionProcessor.cs
- PropertyStore.cs
- RuntimeResourceSet.cs
- PlaceHolder.cs
- CopyEncoder.cs
- Events.cs
- TreeNodeBindingCollection.cs
- XmlValueConverter.cs
- XmlRawWriter.cs
- UpdateManifestForBrowserApplication.cs
- AgileSafeNativeMemoryHandle.cs
- StyleModeStack.cs
- NameValueCollection.cs
- PrintPageEvent.cs
- StateBag.cs
- GridErrorDlg.cs
- SelectionUIHandler.cs
- BitmapCache.cs
- RowUpdatingEventArgs.cs
- RetriableClipboard.cs
- FlagsAttribute.cs
- SqlConnectionManager.cs
- RuleSettings.cs
- StyleXamlTreeBuilder.cs
- CharacterMetrics.cs
- RoleManagerSection.cs
- ClockController.cs
- PeerTransportBindingElement.cs
- CurrencyManager.cs
- SafeNativeMethods.cs
- TraceXPathNavigator.cs
- HtmlInputSubmit.cs
- NaturalLanguageHyphenator.cs
- Span.cs
- DataGridViewTopRowAccessibleObject.cs
- UnionCodeGroup.cs