Before Width: | Height: | Size: 733 B After Width: | Height: | Size: 470 B |
After Width: | Height: | Size: 468 B |
Before Width: | Height: | Size: 908 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 680 B After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 631 B |
Before Width: | Height: | Size: 640 B After Width: | Height: | Size: 494 B |
Before Width: | Height: | Size: 488 B After Width: | Height: | Size: 567 B |
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 411 B |
After Width: | Height: | Size: 404 B |
Before Width: | Height: | Size: 449 B After Width: | Height: | Size: 500 B |
Before Width: | Height: | Size: 610 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 881 B |
Before Width: | Height: | Size: 916 B |
Before Width: | Height: | Size: 821 B |
Before Width: | Height: | Size: 775 B |
Before Width: | Height: | Size: 575 B |
Before Width: | Height: | Size: 416 B After Width: | Height: | Size: 586 B |
@ -0,0 +1,37 @@ |
|||||||
|
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
|
||||||
|
//
|
||||||
|
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
||||||
|
// software and associated documentation files (the "Software"), to deal in the Software
|
||||||
|
// without restriction, including without limitation the rights to use, copy, modify, merge,
|
||||||
|
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
|
||||||
|
// to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
//
|
||||||
|
// The above copyright notice and this permission notice shall be included in all copies or
|
||||||
|
// substantial portions of the Software.
|
||||||
|
//
|
||||||
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
||||||
|
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
|
||||||
|
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||||
|
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
using System; |
||||||
|
|
||||||
|
namespace ICSharpCode.ILSpy |
||||||
|
{ |
||||||
|
internal enum MemberIcon |
||||||
|
{ |
||||||
|
Literal, |
||||||
|
FieldReadOnly, |
||||||
|
Field, |
||||||
|
EnumValue, |
||||||
|
Property, |
||||||
|
Indexer, |
||||||
|
Method, |
||||||
|
Constructor, |
||||||
|
Operator, |
||||||
|
ExtensionMethod, |
||||||
|
Event |
||||||
|
} |
||||||
|
} |
Before Width: | Height: | Size: 621 B After Width: | Height: | Size: 532 B |
Before Width: | Height: | Size: 235 B After Width: | Height: | Size: 526 B |
@ -0,0 +1,34 @@ |
|||||||
|
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
|
||||||
|
// This code is distributed under MIT X11 license (for details please see \doc\license.txt)
|
||||||
|
|
||||||
|
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
|
||||||
|
//
|
||||||
|
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
||||||
|
// software and associated documentation files (the "Software"), to deal in the Software
|
||||||
|
// without restriction, including without limitation the rights to use, copy, modify, merge,
|
||||||
|
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
|
||||||
|
// to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
//
|
||||||
|
// The above copyright notice and this permission notice shall be included in all copies or
|
||||||
|
// substantial portions of the Software.
|
||||||
|
//
|
||||||
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
||||||
|
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
|
||||||
|
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||||
|
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
using System; |
||||||
|
|
||||||
|
namespace ICSharpCode.ILSpy |
||||||
|
{ |
||||||
|
internal enum OverlayIcon |
||||||
|
{ |
||||||
|
Public, |
||||||
|
Protected, |
||||||
|
Internal, |
||||||
|
ProtectedInternal, |
||||||
|
Private, |
||||||
|
} |
||||||
|
} |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 401 B |
After Width: | Height: | Size: 352 B |
After Width: | Height: | Size: 440 B |
After Width: | Height: | Size: 312 B |
Before Width: | Height: | Size: 920 B |
Before Width: | Height: | Size: 925 B |
Before Width: | Height: | Size: 845 B |
Before Width: | Height: | Size: 781 B |
Before Width: | Height: | Size: 642 B |
Before Width: | Height: | Size: 900 B After Width: | Height: | Size: 746 B |
Before Width: | Height: | Size: 864 B |
Before Width: | Height: | Size: 937 B |
Before Width: | Height: | Size: 784 B |
Before Width: | Height: | Size: 753 B |
Before Width: | Height: | Size: 556 B |
Before Width: | Height: | Size: 575 B After Width: | Height: | Size: 562 B |
After Width: | Height: | Size: 803 B |
Before Width: | Height: | Size: 422 B After Width: | Height: | Size: 564 B |
Before Width: | Height: | Size: 262 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 267 B After Width: | Height: | Size: 1.3 KiB |
@ -0,0 +1,31 @@ |
|||||||
|
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
|
||||||
|
//
|
||||||
|
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
||||||
|
// software and associated documentation files (the "Software"), to deal in the Software
|
||||||
|
// without restriction, including without limitation the rights to use, copy, modify, merge,
|
||||||
|
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
|
||||||
|
// to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
//
|
||||||
|
// The above copyright notice and this permission notice shall be included in all copies or
|
||||||
|
// substantial portions of the Software.
|
||||||
|
//
|
||||||
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
||||||
|
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
|
||||||
|
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||||
|
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
using System; |
||||||
|
|
||||||
|
namespace ICSharpCode.ILSpy |
||||||
|
{ |
||||||
|
internal enum TypeIcon |
||||||
|
{ |
||||||
|
Class, |
||||||
|
Enum, |
||||||
|
Struct, |
||||||
|
Interface, |
||||||
|
Delegate |
||||||
|
} |
||||||
|
} |