4 public static T QueryInterface
<T
>(object val
)
10 // First, see if the given object can be directly cast
11 // to the requested type. This will be a common case,
12 // especially when checking for standard behavior interface
13 // implementations (like IXrcDataElement).
18 // ... rest of method unimportant and omitted ...
25 public static void Main () {}