The CogToolTerminals CogIndexedPropertyInfo type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified CogIndexedPropertyInfo is equal to
the current CogIndexedPropertyInfo.
(Overrides PropertyInfo Equals(Object).) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAccessors | Returns an array whose elements reflect the public get, set, and other accessors of the property reflected by the current instance. (Inherited from PropertyInfo.) | |
| GetAccessors(Boolean) | (Overrides PropertyInfo GetAccessors(Boolean).) | |
| GetConstantValue | Returns a literal value associated with the property by a compiler. (Inherited from PropertyInfo.) | |
| GetCustomAttributes(Boolean) | (Overrides MemberInfo GetCustomAttributes(Boolean).) | |
| GetCustomAttributes(Type, Boolean) | (Overrides MemberInfo GetCustomAttributes(Type, Boolean).) | |
| GetCustomAttributesData | Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target member. (Inherited from MemberInfo.) | |
| GetGetMethod | Returns the public get accessor for this property. (Inherited from PropertyInfo.) | |
| GetGetMethod(Boolean) | (Overrides PropertyInfo GetGetMethod(Boolean).) | |
| GetHashCode |
Serves as a hash function for this type, suitable for use in hashing algorithms and data structures like a hash table.
(Overrides PropertyInfo GetHashCode .) | |
| GetIndexParameterArguments | ||
| GetIndexParameters | (Overrides PropertyInfo GetIndexParameters .) | |
| GetOptionalCustomModifiers | Returns an array of types representing the optional custom modifiers of the property. (Inherited from PropertyInfo.) | |
| GetRawConstantValue | Returns a literal value associated with the property by a compiler. (Inherited from PropertyInfo.) | |
| GetRequiredCustomModifiers | Returns an array of types representing the required custom modifiers of the property. (Inherited from PropertyInfo.) | |
| GetSetMethod | Returns the public set accessor for this property. (Inherited from PropertyInfo.) | |
| GetSetMethod(Boolean) | (Overrides PropertyInfo GetSetMethod(Boolean).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue(Object, Object ) | (Overrides PropertyInfo GetValue(Object, Object ).) | |
| GetValue(Object, BindingFlags, Binder, Object , CultureInfo) | (Overrides PropertyInfo GetValue(Object, BindingFlags, Binder, Object , CultureInfo).) | |
| IsDefined | (Overrides MemberInfo IsDefined(Type, Boolean).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetValue(Object, Object, Object ) | (Overrides PropertyInfo SetValue(Object, Object, Object ).) | |
| SetValue(Object, Object, BindingFlags, Binder, Object , CultureInfo) | (Overrides PropertyInfo SetValue(Object, Object, BindingFlags, Binder, Object , CultureInfo).) | |
| ToString | (Overrides Object ToString .) |
See Also