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
- smtppermission.cs
- SignatureHelper.cs
- PointCollectionValueSerializer.cs
- codemethodreferenceexpression.cs
- shaperfactoryquerycacheentry.cs
- DependentList.cs
- FastEncoderWindow.cs
- PassportAuthenticationModule.cs
- SqlBuffer.cs
- SoapAttributes.cs
- TabletDevice.cs
- ContextMenuStripGroupCollection.cs
- Converter.cs
- Parameter.cs
- PauseStoryboard.cs
- TransformPattern.cs
- HttpUnhandledOperationInvoker.cs
- PreviewKeyDownEventArgs.cs
- ToolStripMenuItemCodeDomSerializer.cs
- DataGridLinkButton.cs
- IResourceProvider.cs
- XmlQueryRuntime.cs
- ECDsaCng.cs
- Assert.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- EllipseGeometry.cs
- DataBinding.cs
- BitmapEffectvisualstate.cs
- IgnoreSectionHandler.cs
- BitmapEffectState.cs
- NativeActivityAbortContext.cs
- ThrowHelper.cs
- SqlConnection.cs
- Transform.cs
- SqlBooleanizer.cs
- ChangeProcessor.cs
- SqlCacheDependencyDatabaseCollection.cs
- ThreadInterruptedException.cs
- BitmapEncoder.cs
- MetafileHeader.cs
- PatternMatchRules.cs
- _IPv4Address.cs
- TdsValueSetter.cs
- QueryInterceptorAttribute.cs
- TextTreeTextBlock.cs
- SocketElement.cs
- GridViewDeletedEventArgs.cs
- AssemblyName.cs
- ComPlusContractBehavior.cs
- MetadataSerializer.cs
- XmlDataSourceView.cs
- ObjectDataSourceFilteringEventArgs.cs
- XmlEntity.cs
- XPathLexer.cs
- TextElementEnumerator.cs
- FormViewRow.cs
- AnnotationHighlightLayer.cs
- SuppressIldasmAttribute.cs
- objectresult_tresulttype.cs
- ObjectViewEntityCollectionData.cs
- SizeKeyFrameCollection.cs
- MultiSelectRootGridEntry.cs
- DataGridViewColumnHeaderCell.cs
- SemaphoreSecurity.cs
- ParserExtension.cs
- MachineKeySection.cs
- DeclarationUpdate.cs
- DataGridParentRows.cs
- SqlCacheDependencyDatabaseCollection.cs
- NativeMethods.cs
- MgmtResManager.cs
- XmlTextReaderImpl.cs
- AnchoredBlock.cs
- BitmapFrameDecode.cs
- UIElement.cs
- StaticExtension.cs
- TextRange.cs
- ThicknessAnimationBase.cs
- WindowsListViewItemCheckBox.cs
- WebUtil.cs
- QuaternionAnimationUsingKeyFrames.cs
- BuildProvider.cs
- UnsafeMethods.cs
- CounterSetInstance.cs
- JpegBitmapDecoder.cs
- CompilerHelpers.cs
- DecoderFallback.cs
- SymLanguageType.cs
- AspNetSynchronizationContext.cs
- ThreadExceptionDialog.cs
- DbTransaction.cs
- UnmanagedMarshal.cs
- ClientSettingsStore.cs
- EventDescriptor.cs
- TypedTableHandler.cs
- FormParameter.cs
- StreamWithDictionary.cs
- WizardSideBarListControlItemEventArgs.cs
- SpotLight.cs
- ObjectIDGenerator.cs