hasOverload

P66397 predicate

Indicates that an entity defines multiple variants (overloads) of the same operation or function, typically distinguished by differing parameters or signatures.

Observed surface forms (4)

Sample triples (13)

Subject Object
SqlDataAdapter SqlDataAdapter() via predicate surface "constructorOverload" NERFINISHED
SqlDataAdapter SqlDataAdapter(SqlCommand) via predicate surface "constructorOverload" NERFINISHED
SqlDataAdapter SqlDataAdapter(string selectCommandText, SqlConnection selectConnection) via predicate surface "constructorOverload"
SqlDataAdapter SqlDataAdapter(string selectCommandText, string selectConnectionString) via predicate surface "constructorOverload"
System.Math decimal via predicate surface "supportsOverloadsFor"
System.Math double via predicate surface "supportsOverloadsFor"
System.Math float via predicate surface "supportsOverloadsFor"
System.Math int via predicate surface "supportsOverloadsFor"
System.Math long via predicate surface "supportsOverloadsFor"
System.ValueTuple 1 to 8 via predicate surface "hasArityOverloads"
UInt &+ &- &* via predicate surface "hasOverflowOperators"
WebAssembly.instantiate WebAssembly.instantiate(bufferSource, importObject)
WebAssembly.instantiate WebAssembly.instantiate(moduleObject, importObject)