Class ModuleScriptMethodIndexer
Inheritance
System.Object
ModuleScriptMethodIndexer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.FunctionParser
Assembly: AltV.Net.Shared.dll
Syntax
public static class ModuleScriptMethodIndexer
Methods
| Improve this Doc View SourceIndex(Object, Type[], Action<Object, MethodInfo, Delegate>)
Declaration
public static void Index(object target, Type[] customAttributes, Action<object, MethodInfo, Delegate> found)
Parameters
Type | Name | Description |
---|---|---|
System.Object | target | |
System.Type[] | customAttributes | |
System.Action<System.Object, System.Reflection.MethodInfo, System.Delegate> | found |