Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EmptyCAHolder.cs
Go to the documentation of this file.
1
namespace
System.Reflection.Emit
;
2
3
internal
sealed
class
EmptyCAHolder
:
ICustomAttributeProvider
4
{
5
internal
EmptyCAHolder
()
6
{
7
}
8
9
object
[]
ICustomAttributeProvider
.
GetCustomAttributes
(
Type
attributeType,
bool
inherit)
10
{
11
return
Array
.Empty<
object
>();
12
}
13
14
object
[]
ICustomAttributeProvider
.
GetCustomAttributes
(
bool
inherit)
15
{
16
return
Array
.Empty<
object
>();
17
}
18
19
bool
ICustomAttributeProvider
.
IsDefined
(
Type
attributeType,
bool
inherit)
20
{
21
return
false
;
22
}
23
}
System.Array
Definition
Array.cs:16
System.Reflection.Emit.EmptyCAHolder.EmptyCAHolder
EmptyCAHolder()
Definition
EmptyCAHolder.cs:5
System.Reflection.Emit.EmptyCAHolder
Definition
EmptyCAHolder.cs:4
System.Type
Definition
Type.cs:14
System.Reflection.ICustomAttributeProvider.IsDefined
bool IsDefined(Type attributeType, bool inherit)
System.Reflection.ICustomAttributeProvider.GetCustomAttributes
object[] GetCustomAttributes(bool inherit)
System.Reflection.ICustomAttributeProvider
Definition
ICustomAttributeProvider.cs:4
System.Reflection.Emit
Definition
__ExceptionInfo.cs:1
source
System.Private.CoreLib
System.Reflection.Emit
EmptyCAHolder.cs
Generated by
1.10.0