Ejemplo n.º 1
0
        public static PropertyName PropertyNameFromString([Unmarshalled] string name)
        {
            PropertyName result;

            PropertyNameUtils.PropertyNameFromString_Injected(name, out result);
            return(result);
        }
Ejemplo n.º 2
0
        public static PropertyName PropertyNameFromString([NativeParameter(Unmarshalled = true)] string name)
        {
            PropertyName result;

            PropertyNameUtils.PropertyNameFromString_Injected(name, out result);
            return(result);
        }