MethodAdapter.GetMethodsWithSameName Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Retrieves methods from the specified type that have the same name as this method.
protected IEnumerable<IMethod> GetMethodsWithSameName(IType type, bool preserveOrder = false)Parameters
typeIType- The type to search for similar property names.
preserveOrderbool optional- Indicates whether to preserve the order of methods as they appear in the type.
Returns
- IEnumerable<IMethod>
- An enumerable collection of IMethod objects with same name as this method.
