BehaviorGenericArgumentCatalog.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/Member/BehaviorGenericArgumentCatalog.cs.
Source snapshot ad0983d00d77.
On this page
Original file: Packages/io.bitquirky.behavior/Editor/Member/BehaviorGenericArgumentCatalog.cs
Source file hash: sha256:87581ae605f73f5f5656acbca9877df0fc63d2fed5cf47cd7729ee6ebd658d2f
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: BehaviorGenericArgumentCandidate
Section titled “Type: BehaviorGenericArgumentCandidate”Original lines: 18-54
Declaration hash: sha256:8b8046e55d160ca890528b09685842791d3ce62dfd641e5207c2f50e9510e282
public sealed class BehaviorGenericArgumentCandidate{}Property: Type
Section titled “Property: Type”Original lines: 37
Declaration hash: sha256:6258edd3d02e872da41c423e2fa1c660d110012b88d1329efb9029646f8f4178
public Type Type { get; }Property: Name
Section titled “Property: Name”Original lines: 39
Declaration hash: sha256:bc5b0992cf0a07af2fbf04b51acaa68f4100b4f2dc95d38d0722599dc8e00677
public string Name { get; }Property: FullName
Section titled “Property: FullName”Original lines: 41
Declaration hash: sha256:084ac85e7cffdeb0c2ef3a9fcbf69d6f142858ed1df7521f31dc45a70be5c3e6
public string FullName { get; }Property: AssemblyName
Section titled “Property: AssemblyName”Original lines: 43
Declaration hash: sha256:bc2af9e3327373a9cb4abf072b3760dabd3d8fd92ba874fadac01f108c1ec0c5
public string AssemblyName { get; }Property: Namespace
Section titled “Property: Namespace”Original lines: 45
Declaration hash: sha256:a6aedc3400b4d838389c277dafa62ae82d676410b578ab5cfacedfae6a30187a
public string Namespace { get; }Property: Source
Section titled “Property: Source”Original lines: 47
Declaration hash: sha256:8538a7586129f56170b8b8038d604c0039d04a7929e0740b90b1edce7e6939dc
public BehaviorMemberTargetTypeSource Source { get; }Property: IsPickable
Section titled “Property: IsPickable”Original lines: 49
Declaration hash: sha256:ee010d19c6f9a81ce99e1d07d306a8915ce9f8e585099de79c2861135b012abd
public bool IsPickable { get; }Property: Reason
Section titled “Property: Reason”Original lines: 51
Declaration hash: sha256:bc5027739a239c29f36dd4085dbf6598de3937494cc34e4be6676605af2f17f1
public string Reason { get; }Property: Identity
Section titled “Property: Identity”Original lines: 53
Declaration hash: sha256:079ab4ef9a7a5c7f534d507f029c14d54bb62734621265332d9bbfe2c7709da9
public string Identity { get; }Type: BehaviorGenericArgumentCatalog
Section titled “Type: BehaviorGenericArgumentCatalog”Original lines: 62-427
Declaration hash: sha256:c52f5aebba9ebbaba6de176e48d08437008833dbbadb69c3f6d8623a085816ac
public static class BehaviorGenericArgumentCatalog{}Method: Build(Type declaringType, BehaviorSourceMemberIdentity identity, int ordinal)
Section titled “Method: Build(Type declaringType, BehaviorSourceMemberIdentity identity, int ordinal)”Original lines: 65-71
Declaration hash: sha256:0c8cba861eb66bc2c1e0857cd79ea75f2b6bebedf64c6d1b754e11efd57daddb
public static IReadOnlyList<BehaviorGenericArgumentCandidate> Build(Type declaringType, BehaviorSourceMemberIdentity identity, int ordinal);Method: Build(Type declaringType, BehaviorSourceMemberIdentity identity, int ordinal, IEnumerable<Type> types)
Section titled “Method: Build(Type declaringType, BehaviorSourceMemberIdentity identity, int ordinal, IEnumerable<Type> types)”Original lines: 166-173
Declaration hash: sha256:6180e75c61431fc237260aabb660dc073ed829011313a6295689386874320aab
public static IReadOnlyList<BehaviorGenericArgumentCandidate> Build(Type declaringType, BehaviorSourceMemberIdentity identity, int ordinal, IEnumerable<Type> types);Method: Query(IReadOnlyList<BehaviorGenericArgumentCandidate> candidates, string searchText)
Section titled “Method: Query(IReadOnlyList<BehaviorGenericArgumentCandidate> candidates, string searchText)”Original lines: 315-349
Declaration hash: sha256:ec2101d66d68d1d3d53170e10933202dd0a2ac695be78cdc3f7948c9f121bf05
public static IReadOnlyList<BehaviorGenericArgumentCandidate> Query(IReadOnlyList<BehaviorGenericArgumentCandidate> candidates, string searchText);