System.RuntimeTypeHandle.GetFields C# (CSharp) Method

GetFields() private method

private GetFields ( int result, int count ) : bool
result int
count int
return bool
        internal extern bool GetFields(int** result, int* count);