Trait libil2cpp::Parameters
source · [−]pub unsafe trait Parameters {
const COUNT: usize;
fn matches(method: &MethodInfo) -> bool;
}
Expand description
Required Associated Constants
Required Methods
fn matches(method: &MethodInfo) -> bool
fn matches(method: &MethodInfo) -> bool
Checks whether the type can be used as a C# parameter collection for the
given MethodInfo