staticMethod

P165401 predicate

Indicates that a method belongs to a class itself rather than to any particular instance of that class, and can be invoked without creating an object.

Observed surface forms (2)

Sample triples (19)

Subject Object
DOMRectReadOnly DOMRectReadOnly.fromRect(other) via predicate surface "staticMethodFromRectSignature"
System.Delegate Combine(System.Delegate,System.Delegate) via predicate surface "staticMember"
System.Delegate CreateDelegate(System.Type,System.Object,System.String) via predicate surface "staticMember"
System.Delegate CreateDelegate(System.Type,System.Reflection.MethodInfo) via predicate surface "staticMember"
System.Delegate Remove(System.Delegate,System.Delegate) via predicate surface "staticMember"
System.Delegate RemoveAll(System.Delegate,System.Delegate) via predicate surface "staticMember"
System.Delegate op_Equality(System.Delegate,System.Delegate) via predicate surface "staticMember"
System.Delegate op_Inequality(System.Delegate,System.Delegate) via predicate surface "staticMember"
System.Enum GetName(System.Type, System.Object)
System.Enum GetNames(System.Type)
System.Enum GetNames<TEnum>()
System.Enum GetUnderlyingType(System.Type)
System.Enum GetValues(System.Type)
System.Enum GetValues<TEnum>()
System.Enum IsDefined(System.Type, System.Object)
System.Enum Parse(System.Type, System.String)
System.Enum Parse(System.Type, System.String, System.Boolean)
System.Enum TryParse<TEnum>(System.String, System.Boolean, out TEnum)
System.Enum TryParse<TEnum>(System.String, out TEnum)