CSI.Utils.GetMeta C# (CSharp) Method

GetMeta() public static method

public static GetMeta ( object objectOrStaticType ) : string[]
objectOrStaticType object
return string[]
        public static string[] GetMeta(object objectOrStaticType)
        {
            return GetMeta(objectOrStaticType, null /* memberNameFilter */);
        }

Same methods

Utils::GetMeta ( object objectOrStaticType, string memberNameFilter ) : string[]