Class FunctionMetadata
Represents metadata about a given function call.
Namespace: Gossip.Connection.Fluent
Assembly: Gossip.dll
Syntax
public class FunctionMetadata : object
Properties
| Improve this Doc View SourceCallerFilePath
The caller file path.
Declaration
public string CallerFilePath { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
CallerMemberName
The caller member name.
Declaration
public string CallerMemberName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |