Click or drag to resize
InspectorTypeTable Methods

The InspectorTypeTable type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFindInspectorTypes
Finds all types accessible to the user in the inspector via reflection.
Public methodGetCondition
Gets the condition for the specified attribute to have its inspector shown, or null if the inspector should always be shown.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetInspectorType
Gets the inspector type for the specified type.
Public methodHasType
Whether the specified type is accessible to the user in the inspector.
Public methodTryGetInspectorType
Tries to get the inspector type for the specified type.
Public methodTypes
Types accessible to the user in the inspector.
Top
Extension Methods
  NameDescription
Public Extension MethodContainsAllInspectorType
Checks whether the first sequence contains all elements of the second one.
(Defined by EnumerableExtensionMethods.)
Public Extension MethodIsNullOrEmptyOverloaded.
Determines whether the collection is null or contains no elements.
(Defined by EnumerableExtensionMethods.)
Public Extension MethodIsNullOrEmptyInspectorTypeOverloaded.
Determines whether the collection is null or contains no elements.
(Defined by EnumerableExtensionMethods.)
Public Extension MethodRandomItemInspectorType
Returns a random item from the specified sequence.
(Defined by EnumerableExtensionMethods.)
Public Extension MethodRandomItemOrDefaultInspectorTypeOverloaded.
Returns a random item from the specified sequence or the default value of the specified type if the sequence is null or empty.
(Defined by EnumerableExtensionMethods.)
Public Extension MethodRandomItemOrDefaultInspectorType(InspectorType)Overloaded.
Returns a random item from the specified sequence or the specified default value if the sequence is null or empty.
(Defined by EnumerableExtensionMethods.)
Public Extension MethodRandomSelectInspectorTypeOverloaded.
Selects a random item from the specified enumerable.
(Defined by EnumerableExtensionMethods.)
Public Extension MethodRandomSelectInspectorType(Int32)Overloaded.
Selects the specified number of random items from the specified enumerable. If the number of items in the enumerable is smaller than the specified number of selections, the enumerable itself is returned.
(Defined by EnumerableExtensionMethods.)
Public Extension MethodRandomSelectInspectorType(Int32, ActionInspectorType)Overloaded.
Executes the specified action for the specified number of random items from the specified enumerable.
(Defined by EnumerableExtensionMethods.)
Public Extension MethodRandomWeightedItemInspectorType
Returns a random weighted item from the specified sequence. Uses the specified function to get the weight of an item. Idea was taken from http://stackoverflow.com/questions/17912005/quick-way-of-selecting-a-random-item-from-a-list-with-varying-probabilities-ba
(Defined by EnumerableExtensionMethods.)
Top
See Also