Output: Attributes on property getters and setters

This commit is contained in:
Katy Coe
2019-11-04 19:33:41 +01:00
parent 062182ec11
commit d04be174e6
2 changed files with 7 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ namespace Il2CppInspector.Reflection
private readonly int returnTypeUsage;
public TypeInfo ReturnType => Assembly.Model.GetTypeFromUsage(returnTypeUsage, MemberTypes.TypeInfo);
// TODO: ReturnTypeCustomAttributes
// IL2CPP doesn't seem to retain return type custom attributes
public MethodInfo(Il2CppInspector pkg, int methodIndex, TypeInfo declaringType) : base(pkg, methodIndex, declaringType) {
// Add return parameter