System.Reflection.MetadataImport._EnumCount C# (CSharp) Метод

_EnumCount() приватный Метод

private _EnumCount ( IntPtr scope, MetadataArgs &skipAddresses, int type, int parent, int &count ) : int
scope System.IntPtr
skipAddresses MetadataArgs
type int
parent int
count int
Результат int
        private static extern int _EnumCount(IntPtr scope, out MetadataArgs.SkipAddresses skipAddresses, int type, int parent, out int count);