System.RuntimeTypeHandle.IsInstanceOfType C# (CSharp) 메소드

IsInstanceOfType() 개인적인 메소드

private IsInstanceOfType ( Object o ) : bool
o Object
리턴 bool
        internal extern bool IsInstanceOfType(Object o);

Usage Example

예제 #1
0
 public override bool IsInstanceOfType([NotNullWhen(true)] object?o) => RuntimeTypeHandle.IsInstanceOfType(this, o);
All Usage Examples Of System.RuntimeTypeHandle::IsInstanceOfType