Method SetReturnValue
SetReturnValue<T>(Int32, String, String, T, IFormatter<T>)
Declaration
public override void SetReturnValue<T>(int index, string returnValueName, string typeName, T value, IFormatter<T> formatter)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | |
String | returnValueName | |
String | typeName | |
T | value | |
IFormatter<T> | formatter |
Type Parameters
Name | Description |
---|---|
T |
Overrides
PostSharp.Patterns.Diagnostics.RecordBuilders.LogRecordBuilder.SetReturnValue<T>(System.Int32, System.String, System.String, T, PostSharp.Patterns.Formatters.IFormatter<T>)