Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / Compiler / GeneratedCodeAttribute.cs / 1305376 / GeneratedCodeAttribute.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- 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.[....] // Copyright (c) Microsoft Corporation. All rights reserved. //
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AdCreatedEventArgs.cs
- DataSourceHelper.cs
- SystemNetHelpers.cs
- TableRowCollection.cs
- MemberAccessException.cs
- FixedSOMSemanticBox.cs
- Propagator.cs
- PropertyMapper.cs
- InvalidEnumArgumentException.cs
- StringUtil.cs
- SecurityManager.cs
- ValidationUtility.cs
- DoubleLink.cs
- TaiwanLunisolarCalendar.cs
- SqlDataSourceQueryConverter.cs
- PerspectiveCamera.cs
- Transform3D.cs
- ellipse.cs
- LogicalCallContext.cs
- ParentUndoUnit.cs
- PeerDuplexChannel.cs
- GPRECTF.cs
- oledbmetadatacollectionnames.cs
- FileUtil.cs
- DockAndAnchorLayout.cs
- Code.cs
- HandleDictionary.cs
- ObfuscateAssemblyAttribute.cs
- CaseInsensitiveHashCodeProvider.cs
- PartialArray.cs
- SQLBytesStorage.cs
- JoinQueryOperator.cs
- Help.cs
- StreamAsIStream.cs
- ProcessInfo.cs
- Script.cs
- EdmRelationshipRoleAttribute.cs
- Int32Storage.cs
- SelectionRangeConverter.cs
- ZipIOLocalFileDataDescriptor.cs
- WasHostedComPlusFactory.cs
- ProfilePropertySettings.cs
- SystemWebSectionGroup.cs
- NonVisualControlAttribute.cs
- TypedElement.cs
- ResizeGrip.cs
- PerfCounters.cs
- DbConnectionPoolIdentity.cs
- EventMappingSettings.cs
- SiteMapProvider.cs
- MetaModel.cs
- StylusButtonEventArgs.cs
- CompiledIdentityConstraint.cs
- MeshGeometry3D.cs
- HtmlWindowCollection.cs
- NameTable.cs
- AnnotationAdorner.cs
- IResourceProvider.cs
- GenericsNotImplementedException.cs
- SqlFileStream.cs
- SectionVisual.cs
- ChangesetResponse.cs
- ObfuscationAttribute.cs
- RenderTargetBitmap.cs
- DefinitionUpdate.cs
- ProtocolsConfigurationHandler.cs
- JobPageOrder.cs
- DbExpressionVisitor_TResultType.cs
- Rectangle.cs
- ExpandoClass.cs
- TimelineGroup.cs
- XmlILCommand.cs
- FormsAuthenticationUser.cs
- DBDataPermissionAttribute.cs
- Codec.cs
- SecurityManager.cs
- TargetFrameworkUtil.cs
- CodePropertyReferenceExpression.cs
- WindowsFormsHostPropertyMap.cs
- DataRowExtensions.cs
- Path.cs
- AssemblyCollection.cs
- ViewKeyConstraint.cs
- IPAddressCollection.cs
- CurrencyWrapper.cs
- LongPath.cs
- AttributeCollection.cs
- RoleService.cs
- BezierSegment.cs
- HostedBindingBehavior.cs
- Vector.cs
- PowerModeChangedEventArgs.cs
- MemoryRecordBuffer.cs
- PeerInputChannelListener.cs
- XmlLinkedNode.cs
- StyleTypedPropertyAttribute.cs
- ArgIterator.cs
- VisualStyleRenderer.cs
- ToolStripItemClickedEventArgs.cs
- SpecularMaterial.cs